Enum abxml::visitor::Origin [] [src]

pub enum Origin {
    Global,
    Spec,
    Entries,
}

Variants

Methods

impl Origin
[src]

Trait Implementations

impl Debug for Origin
[src]

Formats the value using the given formatter.

impl Copy for Origin
[src]

impl Clone for Origin
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Hash for Origin
[src]

Feeds this value into the given [Hasher]. Read more

Feeds a slice of this type into the given [Hasher]. Read more

impl Eq for Origin
[src]

impl PartialEq for Origin
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.