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