pub enum MaxHook {}Trait Implementations§
Auto Trait Implementations§
impl Freeze for MaxHook
impl RefUnwindSafe for MaxHook
impl Send for MaxHook
impl Sync for MaxHook
impl Unpin for MaxHook
impl UnsafeUnpin for MaxHook
impl UnwindSafe for MaxHook
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