pub struct MessageEventArgs {
pub cmd: String,
pub args: Vec<JsValue>,
}
Fields§
§cmd: String
§args: Vec<JsValue>
Auto Trait Implementations§
impl Freeze for MessageEventArgs
impl RefUnwindSafe for MessageEventArgs
impl Send for MessageEventArgs
impl Sync for MessageEventArgs
impl Unpin for MessageEventArgs
impl UnwindSafe for MessageEventArgs
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