pub struct ClientMessage(/* private fields */);Expand description
Data associated with Event::ClientMessage.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl !Send for ClientMessage
impl !Sync for ClientMessage
impl Freeze for ClientMessage
impl RefUnwindSafe for ClientMessage
impl Unpin for ClientMessage
impl UnsafeUnpin for ClientMessage
impl UnwindSafe for ClientMessage
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