pub struct DocumentIdentity(/* private fields */);Expand description
Process-local provenance of one owned XML document.
Trait Implementations§
Source§impl Clone for DocumentIdentity
impl Clone for DocumentIdentity
Source§fn clone(&self) -> DocumentIdentity
fn clone(&self) -> DocumentIdentity
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for DocumentIdentity
Source§impl Debug for DocumentIdentity
impl Debug for DocumentIdentity
impl Eq for DocumentIdentity
Source§impl Hash for DocumentIdentity
impl Hash for DocumentIdentity
Source§impl PartialEq for DocumentIdentity
impl PartialEq for DocumentIdentity
impl StructuralPartialEq for DocumentIdentity
Auto Trait Implementations§
impl Freeze for DocumentIdentity
impl RefUnwindSafe for DocumentIdentity
impl Send for DocumentIdentity
impl Sync for DocumentIdentity
impl Unpin for DocumentIdentity
impl UnsafeUnpin for DocumentIdentity
impl UnwindSafe for DocumentIdentity
Blanket Implementations§
Source§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
Source§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more