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