Struct rquickjs_core::function::CallInput
source · pub struct CallInput<'js> { /* private fields */ }
Expand description
The input for function call
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<'js> RefUnwindSafe for CallInput<'js>
impl<'js> !Send for CallInput<'js>
impl<'js> !Sync for CallInput<'js>
impl<'js> Unpin for CallInput<'js>
impl<'js> !UnwindSafe for CallInput<'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