Struct rquickjs_core::function::Input
source · pub struct Input<'js> { /* private fields */ }Expand description
The input to rust callback functions containing its arguments.
Implementations§
Auto Trait Implementations§
impl<'js> RefUnwindSafe for Input<'js>
impl<'js> !Send for Input<'js>
impl<'js> !Sync for Input<'js>
impl<'js> Unpin for Input<'js>
impl<'js> !UnwindSafe for Input<'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