pub struct JsArgs(pub Vec<JsValue>);Expand description
Js args
Tuple Fields§
§0: Vec<JsValue>Trait Implementations§
Auto Trait Implementations§
impl !Send for JsArgs
impl !Sync for JsArgs
impl Freeze for JsArgs
impl RefUnwindSafe for JsArgs
impl Unpin for JsArgs
impl UnsafeUnpin for JsArgs
impl UnwindSafe for JsArgs
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