pub struct BatchOperations { /* private fields */ }Expand description
Batch operation executor for improved performance
Implementations§
Trait Implementations§
Source§impl From<BatchOperations> for JsValue
impl From<BatchOperations> for JsValue
Source§fn from(value: BatchOperations) -> Self
fn from(value: BatchOperations) -> Self
Converts to this type from the input type.
Source§impl FromWasmAbi for BatchOperations
impl FromWasmAbi for BatchOperations
Source§impl IntoWasmAbi for BatchOperations
impl IntoWasmAbi for BatchOperations
Source§impl LongRefFromWasmAbi for BatchOperations
impl LongRefFromWasmAbi for BatchOperations
Source§impl OptionFromWasmAbi for BatchOperations
impl OptionFromWasmAbi for BatchOperations
Source§impl OptionIntoWasmAbi for BatchOperations
impl OptionIntoWasmAbi for BatchOperations
Source§impl RefFromWasmAbi for BatchOperations
impl RefFromWasmAbi for BatchOperations
Source§type Anchor = RcRef<BatchOperations>
type Anchor = RcRef<BatchOperations>
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 BatchOperations
impl RefMutFromWasmAbi for BatchOperations
Source§impl TryFromJsValue for BatchOperations
impl TryFromJsValue for BatchOperations
Source§impl VectorFromWasmAbi for BatchOperations
impl VectorFromWasmAbi for BatchOperations
type Abi = <Box<[JsValue]> as FromWasmAbi>::Abi
unsafe fn vector_from_abi(js: Self::Abi) -> Box<[BatchOperations]>
Source§impl VectorIntoWasmAbi for BatchOperations
impl VectorIntoWasmAbi for BatchOperations
type Abi = <Box<[JsValue]> as IntoWasmAbi>::Abi
fn vector_into_abi(vector: Box<[BatchOperations]>) -> Self::Abi
Source§impl WasmDescribeVector for BatchOperations
impl WasmDescribeVector for BatchOperations
impl SupportsConstructor for BatchOperations
impl SupportsInstanceProperty for BatchOperations
impl SupportsStaticProperty for BatchOperations
Auto Trait Implementations§
impl Freeze for BatchOperations
impl RefUnwindSafe for BatchOperations
impl Send for BatchOperations
impl Sync for BatchOperations
impl Unpin for BatchOperations
impl UnwindSafe for BatchOperations
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> Instrument for T
impl<T> Instrument for T
Source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
Source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
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.