Enum xmlparser::ExternalId [−][src]
Representation of the ExternalID value.
Variants
System(StrSpan<'a>)Public(StrSpan<'a>, StrSpan<'a>)
Trait Implementations
impl<'a> Clone for ExternalId<'a>[src]
impl<'a> Clone for ExternalId<'a>fn clone(&self) -> ExternalId<'a>[src]
fn clone(&self) -> ExternalId<'a>Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl<'a> Copy for ExternalId<'a>[src]
impl<'a> Copy for ExternalId<'a>impl<'a> PartialEq for ExternalId<'a>[src]
impl<'a> PartialEq for ExternalId<'a>fn eq(&self, other: &ExternalId<'a>) -> bool[src]
fn eq(&self, other: &ExternalId<'a>) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &ExternalId<'a>) -> bool[src]
fn ne(&self, other: &ExternalId<'a>) -> boolThis method tests for !=.
impl<'a> Debug for ExternalId<'a>[src]
impl<'a> Debug for ExternalId<'a>Auto Trait Implementations
impl<'a> Send for ExternalId<'a>
impl<'a> Send for ExternalId<'a>impl<'a> Sync for ExternalId<'a>
impl<'a> Sync for ExternalId<'a>