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