Enum xmlparser::ExternalId [−][src]
Expand description
Representation of the ExternalID value.
Variants
System(StrSpan<'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 ExternalId<'a>impl<'a> Send for ExternalId<'a>impl<'a> Sync for ExternalId<'a>impl<'a> Unpin for ExternalId<'a>impl<'a> UnwindSafe for ExternalId<'a>Blanket Implementations
Mutably borrows from an owned value. Read more