pub struct YMapEvent { /* private fields */ }
Expand description
Event generated by YMap.observe
method. Emitted during transaction commit phase.
Implementations
sourceimpl YMapEvent
impl YMapEvent
Trait Implementations
sourceimpl FromWasmAbi for YMapEvent
impl FromWasmAbi for YMapEvent
sourceimpl IntoWasmAbi for YMapEvent
impl IntoWasmAbi for YMapEvent
sourceimpl OptionFromWasmAbi for YMapEvent
impl OptionFromWasmAbi for YMapEvent
sourceimpl OptionIntoWasmAbi for YMapEvent
impl OptionIntoWasmAbi for YMapEvent
sourceimpl RefFromWasmAbi for YMapEvent
impl RefFromWasmAbi for YMapEvent
type Anchor = Ref<'static, YMapEvent>
type Anchor = Ref<'static, YMapEvent>
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 YMapEvent
impl RefMutFromWasmAbi for YMapEvent
Auto Trait Implementations
impl !RefUnwindSafe for YMapEvent
impl !Send for YMapEvent
impl !Sync for YMapEvent
impl Unpin for YMapEvent
impl !UnwindSafe for YMapEvent
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