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