Enum xmlparser::ExternalId
source · Expand description
Representation of the ExternalID value.
Variants
Trait Implementations
sourceimpl<'a> Clone for ExternalId<'a>
impl<'a> Clone for ExternalId<'a>
sourcefn clone(&self) -> ExternalId<'a>
fn clone(&self) -> ExternalId<'a>
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl<'a> Debug for ExternalId<'a>
impl<'a> Debug for ExternalId<'a>
sourceimpl<'a> PartialEq<ExternalId<'a>> for ExternalId<'a>
impl<'a> PartialEq<ExternalId<'a>> for ExternalId<'a>
sourcefn eq(&self, other: &ExternalId<'a>) -> bool
fn eq(&self, other: &ExternalId<'a>) -> bool
impl<'a> Copy for ExternalId<'a>
impl<'a> StructuralPartialEq for ExternalId<'a>
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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more