pub struct ExternObjectWithState<'h, S: State> { /* private fields */ }
Methods from Deref<Target = ExternAny>§
pub fn as_js_value(&self) -> &JsValue
pub fn do_typeof(&self) -> Self
Trait Implementations§
Auto Trait Implementations§
impl<'h, S> !Freeze for ExternObjectWithState<'h, S>
impl<'h, S> !RefUnwindSafe for ExternObjectWithState<'h, S>
impl<'h, S> !Send for ExternObjectWithState<'h, S>
impl<'h, S> !Sync for ExternObjectWithState<'h, S>
impl<'h, S> Unpin for ExternObjectWithState<'h, S>
impl<'h, S> UnwindSafe for ExternObjectWithState<'h, S>
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