pub struct MutableRefJs<T: ToJs + FromJs>(/* private fields */);
Trait Implementations§
Source§impl<T, W: IntoRefValue<T> + ToJs + FromJs> ReadRef<T> for MutableRefJs<W>
impl<T, W: IntoRefValue<T> + ToJs + FromJs> ReadRef<T> for MutableRefJs<W>
Source§impl<T: ToJs + FromJs> SafeIntoJsRuntime for MutableRefJs<T>
impl<T: ToJs + FromJs> SafeIntoJsRuntime for MutableRefJs<T>
fn safe_into_js_runtime(self) -> PassedToJsRuntime
Source§impl<T: IntoRefValue<W>, W: ToJs + FromJs> WriteRef<T> for MutableRefJs<W>
impl<T: IntoRefValue<W>, W: ToJs + FromJs> WriteRef<T> for MutableRefJs<W>
fn set_current(&self, v: T)
Auto Trait Implementations§
impl<T> Freeze for MutableRefJs<T>
impl<T> RefUnwindSafe for MutableRefJs<T>where
T: RefUnwindSafe,
impl<T> !Send for MutableRefJs<T>
impl<T> !Sync for MutableRefJs<T>
impl<T> Unpin for MutableRefJs<T>where
T: Unpin,
impl<T> UnwindSafe for MutableRefJs<T>where
T: UnwindSafe,
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