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