pub struct ConvertKey;Implementations§
Auto Trait Implementations§
impl Freeze for ConvertKey
impl RefUnwindSafe for ConvertKey
impl Send for ConvertKey
impl Sync for ConvertKey
impl Unpin for ConvertKey
impl UnwindSafe for ConvertKey
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