pub struct HookHints { /* private fields */ }
Trait Implementations§
impl StructuralPartialEq for HookHints
Auto Trait Implementations§
impl Freeze for HookHints
impl RefUnwindSafe for HookHints
impl Send for HookHints
impl Sync for HookHints
impl Unpin for HookHints
impl UnwindSafe for HookHints
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