pub enum ToolLifecycleEvent {
Enable,
Disable,
MarkDefective,
Recover,
}Variants§
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ToolLifecycleEvent
impl RefUnwindSafe for ToolLifecycleEvent
impl Send for ToolLifecycleEvent
impl Sync for ToolLifecycleEvent
impl Unpin for ToolLifecycleEvent
impl UnwindSafe for ToolLifecycleEvent
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