pub struct VdomWeak { /* private fields */ }
Expand description
A weak handle to a virtual DOM.
This is essentially the same as dodrio::VdomWeak
, but exposed to
JavaScript.
Implementations§
Trait Implementations§
Source§impl FromWasmAbi for VdomWeak
impl FromWasmAbi for VdomWeak
Source§impl IntoWasmAbi for VdomWeak
impl IntoWasmAbi for VdomWeak
Source§impl LongRefFromWasmAbi for VdomWeak
impl LongRefFromWasmAbi for VdomWeak
Source§impl OptionFromWasmAbi for VdomWeak
impl OptionFromWasmAbi for VdomWeak
Source§impl OptionIntoWasmAbi for VdomWeak
impl OptionIntoWasmAbi for VdomWeak
Source§impl RefFromWasmAbi for VdomWeak
impl RefFromWasmAbi for VdomWeak
Source§impl RefMutFromWasmAbi for VdomWeak
impl RefMutFromWasmAbi for VdomWeak
Source§impl TryFromJsValue for VdomWeak
impl TryFromJsValue for VdomWeak
Source§impl VectorFromWasmAbi for VdomWeak
impl VectorFromWasmAbi for VdomWeak
Source§impl VectorIntoWasmAbi for VdomWeak
impl VectorIntoWasmAbi for VdomWeak
impl SupportsConstructor for VdomWeak
impl SupportsInstanceProperty for VdomWeak
impl SupportsStaticProperty for VdomWeak
Auto Trait Implementations§
impl Freeze for VdomWeak
impl !RefUnwindSafe for VdomWeak
impl !Send for VdomWeak
impl !Sync for VdomWeak
impl Unpin for VdomWeak
impl !UnwindSafe for VdomWeak
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::Abi
Source§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
.