pub enum HookState {
Enabled,
Disabled,
}Expand description
hook state for enable/disable tracking
Variants§
Trait Implementations§
impl Copy for HookState
impl Eq for HookState
impl StructuralPartialEq for HookState
Auto Trait Implementations§
impl Freeze for HookState
impl RefUnwindSafe for HookState
impl Send for HookState
impl Sync for HookState
impl Unpin for HookState
impl UnwindSafe for HookState
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