pub struct PrincipalIdentifier(pub u64);
Tuple Fields§
§0: u64
Trait Implementations§
Source§impl Clone for PrincipalIdentifier
impl Clone for PrincipalIdentifier
Source§fn clone(&self) -> PrincipalIdentifier
fn clone(&self) -> PrincipalIdentifier
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for PrincipalIdentifier
impl Debug for PrincipalIdentifier
Source§impl From<PrincipalIdentifier> for PrincipalIdentifier
impl From<PrincipalIdentifier> for PrincipalIdentifier
Source§fn from(value: PrincipalIdentifier) -> Self
fn from(value: PrincipalIdentifier) -> Self
Converts to this type from the input type.
Source§impl Hash for PrincipalIdentifier
impl Hash for PrincipalIdentifier
Source§impl Into<PrincipalIdentifier> for PrincipalIdentifier
impl Into<PrincipalIdentifier> for PrincipalIdentifier
Source§fn into(self) -> PrincipalIdentifier
fn into(self) -> PrincipalIdentifier
Converts this type into the (usually inferred) input type.
Source§impl PartialEq for PrincipalIdentifier
impl PartialEq for PrincipalIdentifier
impl Copy for PrincipalIdentifier
impl Eq for PrincipalIdentifier
impl StructuralPartialEq for PrincipalIdentifier
Auto Trait Implementations§
impl Freeze for PrincipalIdentifier
impl RefUnwindSafe for PrincipalIdentifier
impl Send for PrincipalIdentifier
impl Sync for PrincipalIdentifier
impl Unpin for PrincipalIdentifier
impl UnwindSafe for PrincipalIdentifier
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