pub struct CustomKey { /* private fields */ }Expand description
Custom key definition
Implementations§
Trait Implementations§
impl Eq for CustomKey
impl StructuralPartialEq for CustomKey
Auto Trait Implementations§
impl Freeze for CustomKey
impl RefUnwindSafe for CustomKey
impl Send for CustomKey
impl Sync for CustomKey
impl Unpin for CustomKey
impl UnwindSafe for CustomKey
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