pub struct EmptyHookSet;
Expand description
Default implementation of a hookset, with all hooks empty
Trait Implementations§
Source§impl Debug for EmptyHookSet
impl Debug for EmptyHookSet
Source§impl Default for EmptyHookSet
impl Default for EmptyHookSet
Source§fn default() -> EmptyHookSet
fn default() -> EmptyHookSet
Returns the “default value” for a type. Read more
Source§impl HookSet for EmptyHookSet
impl HookSet for EmptyHookSet
Auto Trait Implementations§
impl Freeze for EmptyHookSet
impl RefUnwindSafe for EmptyHookSet
impl Send for EmptyHookSet
impl Sync for EmptyHookSet
impl Unpin for EmptyHookSet
impl UnwindSafe for EmptyHookSet
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