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