Struct chunky::Ident [−][src]
pub struct Ident(pub String);
Identifies a chunk or chunk group uniquely - to be used for persistence
Methods
impl Ident[src]
impl IdentTrait Implementations
impl Clone for Ident[src]
impl Clone for Identfn clone(&self) -> Ident[src]
fn clone(&self) -> IdentReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl<T: Display> From<T> for Ident[src]
impl<T: Display> From<T> for Ident