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