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