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