pub struct ExternSymbolWithState<'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§
Source§impl<'h, S> Deref for ExternSymbolWithState<'h, S>where
S: State,
impl<'h, S> Deref for ExternSymbolWithState<'h, S>where
S: State,
Source§impl<'h, S: State> Slot<ValueSlot<'h>> for &'h ExternSymbolWithState<'h, S>
impl<'h, S: State> Slot<ValueSlot<'h>> for &'h ExternSymbolWithState<'h, S>
Auto Trait Implementations§
impl<'h, S> !Freeze for ExternSymbolWithState<'h, S>
impl<'h, S> !RefUnwindSafe for ExternSymbolWithState<'h, S>
impl<'h, S> !Send for ExternSymbolWithState<'h, S>
impl<'h, S> !Sync for ExternSymbolWithState<'h, S>
impl<'h, S> Unpin for ExternSymbolWithState<'h, S>
impl<'h, S> UnwindSafe for ExternSymbolWithState<'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