pub struct ClientMessage(pub Vec<String>);
Expand description
Details provided to Event::ClientMessage
.
Arbitrary arguments chosen by the sender of the message. What these arguments mean is up to the sender and receiver.
Tuple Fields§
§0: Vec<String>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ClientMessage
impl RefUnwindSafe for ClientMessage
impl Send for ClientMessage
impl Sync for ClientMessage
impl Unpin 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