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