Enum rs3cache_backend::buf::JStringKind
source · pub enum JStringKind<R: Buf> {
Refcounted {
buf: R,
len: usize,
},
Allocated(String),
}
Variants§
Trait Implementations§
source§impl<R: Clone + Buf> Clone for JStringKind<R>
impl<R: Clone + Buf> Clone for JStringKind<R>
source§fn clone(&self) -> JStringKind<R>
fn clone(&self) -> JStringKind<R>
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more