Enum dogear::StructureState[][src]

pub enum StructureState {
    Local,
    Remote,
    New,
}

Variants

Trait Implementations

impl Clone for StructureState
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for StructureState
[src]

impl Debug for StructureState
[src]

Formats the value using the given formatter. Read more

impl Display for StructureState
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations