pub struct AppliedDocumentReferenceId(pub usize);Tuple Fields§
§0: usizeTrait Implementations§
Source§impl Clone for AppliedDocumentReferenceId
impl Clone for AppliedDocumentReferenceId
Source§fn clone(&self) -> AppliedDocumentReferenceId
fn clone(&self) -> AppliedDocumentReferenceId
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 AppliedDocumentReferenceId
Source§impl Debug for AppliedDocumentReferenceId
impl Debug for AppliedDocumentReferenceId
impl Eq for AppliedDocumentReferenceId
Source§impl Hash for AppliedDocumentReferenceId
impl Hash for AppliedDocumentReferenceId
Source§impl PartialEq for AppliedDocumentReferenceId
impl PartialEq for AppliedDocumentReferenceId
Source§fn eq(&self, other: &AppliedDocumentReferenceId) -> bool
fn eq(&self, other: &AppliedDocumentReferenceId) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for AppliedDocumentReferenceId
Auto Trait Implementations§
impl Freeze for AppliedDocumentReferenceId
impl RefUnwindSafe for AppliedDocumentReferenceId
impl Send for AppliedDocumentReferenceId
impl Sync for AppliedDocumentReferenceId
impl Unpin for AppliedDocumentReferenceId
impl UnsafeUnpin for AppliedDocumentReferenceId
impl UnwindSafe for AppliedDocumentReferenceId
Blanket Implementations§
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