pub struct TKey { /* private fields */ }Implementations§
Trait Implementations§
impl Copy for TKey
Auto Trait Implementations§
impl !Send for TKey
impl !Sync for TKey
impl Freeze for TKey
impl RefUnwindSafe for TKey
impl Unpin for TKey
impl UnsafeUnpin for TKey
impl UnwindSafe for TKey
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