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