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