Enum xmlparser::EntityDefinition[][src]

pub enum EntityDefinition<'a> {
    EntityValue(StrSpan<'a>),
    ExternalId(ExternalId<'a>),
}

Representation of the EntityDef value.

Variants

Trait Implementations

impl<'a> Clone for EntityDefinition<'a>
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl<'a> Copy for EntityDefinition<'a>
[src]

impl<'a> PartialEq for EntityDefinition<'a>
[src]

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

This method tests for !=.

impl<'a> Debug for EntityDefinition<'a>
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl<'a> Send for EntityDefinition<'a>

impl<'a> Sync for EntityDefinition<'a>