pub struct JSCValue { /* private fields */ }Trait Implementations§
Auto Trait Implementations§
impl !Send for JSCValue
impl !Sync for JSCValue
impl !Unpin for JSCValue
impl Freeze for JSCValue
impl RefUnwindSafe for JSCValue
impl UnsafeUnpin for JSCValue
impl UnwindSafe for JSCValue
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