pub struct IrminKindedKey { /* private fields */ }Trait Implementations§
Source§impl Clone for IrminKindedKey
impl Clone for IrminKindedKey
Source§fn clone(&self) -> IrminKindedKey
fn clone(&self) -> IrminKindedKey
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 moreSource§impl Debug for IrminKindedKey
impl Debug for IrminKindedKey
impl Copy for IrminKindedKey
Auto Trait Implementations§
impl Freeze for IrminKindedKey
impl RefUnwindSafe for IrminKindedKey
impl Send for IrminKindedKey
impl Sync for IrminKindedKey
impl Unpin for IrminKindedKey
impl UnsafeUnpin for IrminKindedKey
impl UnwindSafe for IrminKindedKey
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