Enum xmlparser::EntityDefinition [−][src]
pub enum EntityDefinition<'a> {
EntityValue(StrSpan<'a>),
ExternalId(ExternalId<'a>),
}Expand description
Representation of the EntityDef value.
Variants
EntityValue(StrSpan<'a>)ExternalId(ExternalId<'a>)Trait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl<'a> RefUnwindSafe for EntityDefinition<'a>impl<'a> Send for EntityDefinition<'a>impl<'a> Sync for EntityDefinition<'a>impl<'a> Unpin for EntityDefinition<'a>impl<'a> UnwindSafe for EntityDefinition<'a>Blanket Implementations
Mutably borrows from an owned value. Read more