pub struct StopMsg;Trait Implementations§
Source§impl<EH: EventHandler> Handler<StopMsg> for CallbackStyleConnection<EH>
impl<EH: EventHandler> Handler<StopMsg> for CallbackStyleConnection<EH>
Source§impl Handler<StopMsg> for FutureStyleConnection
impl Handler<StopMsg> for FutureStyleConnection
Auto Trait Implementations§
impl Freeze for StopMsg
impl RefUnwindSafe for StopMsg
impl Send for StopMsg
impl Sync for StopMsg
impl Unpin for StopMsg
impl UnwindSafe for StopMsg
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