pub struct EffectStore(/* private fields */);Implementations§
Source§impl EffectStore
impl EffectStore
Source§impl EffectStore
impl EffectStore
pub fn with_observer(&self, f: &Function) -> JsValue
Trait Implementations§
Source§impl Clone for EffectStore
impl Clone for EffectStore
Source§fn clone(&self) -> EffectStore
fn clone(&self) -> EffectStore
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Default for EffectStore
impl Default for EffectStore
Source§impl From<EffectStore> for JsValue
impl From<EffectStore> for JsValue
Source§fn from(value: EffectStore) -> Self
fn from(value: EffectStore) -> Self
Converts to this type from the input type.
Source§impl FromWasmAbi for EffectStore
impl FromWasmAbi for EffectStore
Source§impl IntoWasmAbi for EffectStore
impl IntoWasmAbi for EffectStore
Source§impl LongRefFromWasmAbi for EffectStore
impl LongRefFromWasmAbi for EffectStore
Source§impl OptionFromWasmAbi for EffectStore
impl OptionFromWasmAbi for EffectStore
Source§impl OptionIntoWasmAbi for EffectStore
impl OptionIntoWasmAbi for EffectStore
Source§impl RefFromWasmAbi for EffectStore
impl RefFromWasmAbi for EffectStore
Source§type Anchor = RcRef<EffectStore>
type Anchor = RcRef<EffectStore>
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.Source§impl RefMutFromWasmAbi for EffectStore
impl RefMutFromWasmAbi for EffectStore
Source§impl TryFromJsValue for EffectStore
impl TryFromJsValue for EffectStore
Source§impl VectorFromWasmAbi for EffectStore
impl VectorFromWasmAbi for EffectStore
type Abi = <Box<[JsValue]> as FromWasmAbi>::Abi
unsafe fn vector_from_abi(js: Self::Abi) -> Box<[EffectStore]>
Source§impl VectorIntoWasmAbi for EffectStore
impl VectorIntoWasmAbi for EffectStore
type Abi = <Box<[JsValue]> as IntoWasmAbi>::Abi
fn vector_into_abi(vector: Box<[EffectStore]>) -> Self::Abi
Source§impl WasmDescribeVector for EffectStore
impl WasmDescribeVector for EffectStore
impl SupportsConstructor for EffectStore
impl SupportsInstanceProperty for EffectStore
impl SupportsStaticProperty for EffectStore
Auto Trait Implementations§
impl Freeze for EffectStore
impl !RefUnwindSafe for EffectStore
impl !Send for EffectStore
impl !Sync for EffectStore
impl Unpin for EffectStore
impl !UnwindSafe for EffectStore
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.Source§impl<T> StorageAccess<T> for T
impl<T> StorageAccess<T> for T
Source§fn as_borrowed(&self) -> &T
fn as_borrowed(&self) -> &T
Borrows the value.
Source§fn into_taken(self) -> T
fn into_taken(self) -> T
Takes the value.