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