pub struct Observer;Expand description
Non-WASM placeholder for browser-only DOM helpers.
Trait Implementations§
Source§impl FromWasmAbi for Observer
impl FromWasmAbi for Observer
Source§impl IntoWasmAbi for Observer
impl IntoWasmAbi for Observer
Source§impl LongRefFromWasmAbi for Observer
impl LongRefFromWasmAbi for Observer
Source§impl OptionFromWasmAbi for Observer
impl OptionFromWasmAbi for Observer
Source§impl OptionIntoWasmAbi for Observer
impl OptionIntoWasmAbi for Observer
Source§impl RefFromWasmAbi for Observer
impl RefFromWasmAbi for Observer
Source§type Abi = WasmPtr<WasmRefCell<Observer>>
type Abi = WasmPtr<WasmRefCell<Observer>>
The Wasm ABI type references to
Self are recovered from.Source§impl RefMutFromWasmAbi for Observer
impl RefMutFromWasmAbi for Observer
Source§impl TryFromJsValue for Observer
impl TryFromJsValue for Observer
Source§impl VectorFromWasmAbi for Observer
impl VectorFromWasmAbi for Observer
Source§impl VectorIntoWasmAbi for Observer
impl VectorIntoWasmAbi for Observer
impl SupportsConstructor for Observer
impl SupportsInstanceProperty for Observer
impl SupportsStaticProperty for Observer
Auto Trait Implementations§
impl Freeze for Observer
impl RefUnwindSafe for Observer
impl Send for Observer
impl Sync for Observer
impl Unpin for Observer
impl UnsafeUnpin for Observer
impl UnwindSafe for Observer
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<T> ReturnWasmAbi for Twhere
T: IntoWasmAbi,
impl<T> ReturnWasmAbi for Twhere
T: IntoWasmAbi,
Source§type Abi = <T as IntoWasmAbi>::Abi
type Abi = <T as IntoWasmAbi>::Abi
Same as
IntoWasmAbi::AbiSource§fn return_abi(self) -> <T as ReturnWasmAbi>::Abi
fn return_abi(self) -> <T as ReturnWasmAbi>::Abi
Same as
IntoWasmAbi::into_abi, except that it may throw and never
return in the case of Err.