pub struct JsFn(/* private fields */);Expand description
A JavaScript Function.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for JsFn
impl RefUnwindSafe for JsFn
impl Send for JsFn
impl Sync for JsFn
impl Unpin for JsFn
impl UnwindSafe for JsFn
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