Struct ywasm::YMapObserver
source · [−]pub struct YMapObserver(_);Trait Implementations
sourceimpl From<Subscription<MapEvent>> for YMapObserver
impl From<Subscription<MapEvent>> for YMapObserver
sourcefn from(o: Subscription<MapEvent>) -> Self
fn from(o: Subscription<MapEvent>) -> Self
Converts to this type from the input type.
sourceimpl From<YMapObserver> for JsValue
impl From<YMapObserver> for JsValue
sourcefn from(value: YMapObserver) -> Self
fn from(value: YMapObserver) -> Self
Converts to this type from the input type.
sourceimpl FromWasmAbi for YMapObserver
impl FromWasmAbi for YMapObserver
sourceimpl IntoWasmAbi for YMapObserver
impl IntoWasmAbi for YMapObserver
sourceimpl OptionFromWasmAbi for YMapObserver
impl OptionFromWasmAbi for YMapObserver
sourceimpl OptionIntoWasmAbi for YMapObserver
impl OptionIntoWasmAbi for YMapObserver
sourceimpl RefFromWasmAbi for YMapObserver
impl RefFromWasmAbi for YMapObserver
type Anchor = Ref<'static, YMapObserver>
type Anchor = Ref<'static, YMapObserver>
The type that holds the reference to Self for the duration of the
invocation of the function that has an &Self parameter. This is
required to ensure that the lifetimes don’t persist beyond one function
call, and so that they remain anonymous. Read more
sourceunsafe fn ref_from_abi(js: Self::Abi) -> Self::Anchor
unsafe fn ref_from_abi(js: Self::Abi) -> Self::Anchor
Recover a Self::Anchor from Self::Abi. Read more
sourceimpl RefMutFromWasmAbi for YMapObserver
impl RefMutFromWasmAbi for YMapObserver
type Anchor = RefMut<'static, YMapObserver>
type Anchor = RefMut<'static, YMapObserver>
Same as RefFromWasmAbi::Anchor
sourceunsafe fn ref_mut_from_abi(js: Self::Abi) -> Self::Anchor
unsafe fn ref_mut_from_abi(js: Self::Abi) -> Self::Anchor
Same as RefFromWasmAbi::ref_from_abi
sourceimpl WasmDescribe for YMapObserver
impl WasmDescribe for YMapObserver
Auto Trait Implementations
impl !RefUnwindSafe for YMapObserver
impl !Send for YMapObserver
impl !Sync for YMapObserver
impl Unpin for YMapObserver
impl !UnwindSafe for YMapObserver
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<T> ReturnWasmAbi for T where
T: IntoWasmAbi,
impl<T> ReturnWasmAbi for T where
T: IntoWasmAbi,
type Abi = <T as IntoWasmAbi>::Abi
type Abi = <T as IntoWasmAbi>::Abi
Same as IntoWasmAbi::Abi
sourcefn 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. Read more