pub struct MechanismIdentity(/* private fields */);Trait Implementations§
Source§impl Clone for MechanismIdentity
impl Clone for MechanismIdentity
Source§fn clone(&self) -> MechanismIdentity
fn clone(&self) -> MechanismIdentity
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 MechanismIdentity
Source§impl Debug for MechanismIdentity
impl Debug for MechanismIdentity
impl Eq for MechanismIdentity
Source§impl Hash for MechanismIdentity
impl Hash for MechanismIdentity
Source§impl PartialEq for MechanismIdentity
impl PartialEq for MechanismIdentity
impl StructuralPartialEq for MechanismIdentity
Auto Trait Implementations§
impl Freeze for MechanismIdentity
impl RefUnwindSafe for MechanismIdentity
impl Send for MechanismIdentity
impl Sync for MechanismIdentity
impl Unpin for MechanismIdentity
impl UnsafeUnpin for MechanismIdentity
impl UnwindSafe for MechanismIdentity
Blanket Implementations§
impl<T> BindingResource for T
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