pub struct Args<'js>(/* private fields */);Expand description
Implementations§
Auto Trait Implementations§
impl<'js> Freeze for Args<'js>
impl<'js> RefUnwindSafe for Args<'js>
impl<'js> Send for Args<'js>
impl<'js> !Sync for Args<'js>
impl<'js> Unpin for Args<'js>
impl<'js> !UnwindSafe for Args<'js>
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