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]

Create a sub-identifier within a group

Trait Implementations

impl Clone for Ident
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl<T: Display> From<T> for Ident
[src]

Performs the conversion.

Auto Trait Implementations

impl Send for Ident

impl Sync for Ident