pub struct DisconnectedEventHandler { /* private fields */ }
Expand description
Connection to the server was lost.
Implementations§
Trait Implementations§
Source§impl Default for DisconnectedEventHandler
impl Default for DisconnectedEventHandler
Auto Trait Implementations§
impl Freeze for DisconnectedEventHandler
impl !RefUnwindSafe for DisconnectedEventHandler
impl !Send for DisconnectedEventHandler
impl !Sync for DisconnectedEventHandler
impl Unpin for DisconnectedEventHandler
impl !UnwindSafe for DisconnectedEventHandler
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