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