pub struct WhichKey(/* private fields */);Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for WhichKey
impl !RefUnwindSafe for WhichKey
impl Send for WhichKey
impl Sync for WhichKey
impl Unpin for WhichKey
impl UnsafeUnpin for WhichKey
impl !UnwindSafe for WhichKey
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