Enum dogear::ValueState[][src]

pub enum ValueState<'t> {
    Local(Node<'t>),
    Remote(Node<'t>),
}

Variants

Methods

impl<'t> ValueState<'t>
[src]

Trait Implementations

impl<'t> Clone for ValueState<'t>
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl<'t> Copy for ValueState<'t>
[src]

impl<'t> Debug for ValueState<'t>
[src]

Formats the value using the given formatter. Read more

impl<'t> Display for ValueState<'t>
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl<'t> Send for ValueState<'t>

impl<'t> Sync for ValueState<'t>