pub struct FromPartitionOptions { /* private fields */ }
Implementations§
Trait Implementations§
Source§impl Clone for FromPartitionOptions
impl Clone for FromPartitionOptions
Source§fn clone(&self) -> FromPartitionOptions
fn clone(&self) -> FromPartitionOptions
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 Debug for FromPartitionOptions
impl Debug for FromPartitionOptions
Source§impl Default for FromPartitionOptions
impl Default for FromPartitionOptions
Source§fn default() -> FromPartitionOptions
fn default() -> FromPartitionOptions
Returns the “default value” for a type. Read more
Source§impl From<FromPartitionOptions> for JsValue
impl From<FromPartitionOptions> for JsValue
Source§fn from(value: FromPartitionOptions) -> Self
fn from(value: FromPartitionOptions) -> Self
Converts to this type from the input type.
Source§impl FromWasmAbi for FromPartitionOptions
impl FromWasmAbi for FromPartitionOptions
Source§impl Hash for FromPartitionOptions
impl Hash for FromPartitionOptions
Source§impl IntoWasmAbi for FromPartitionOptions
impl IntoWasmAbi for FromPartitionOptions
Source§impl Ord for FromPartitionOptions
impl Ord for FromPartitionOptions
Source§fn cmp(&self, other: &FromPartitionOptions) -> Ordering
fn cmp(&self, other: &FromPartitionOptions) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for FromPartitionOptions
impl PartialEq for FromPartitionOptions
Source§impl PartialOrd for FromPartitionOptions
impl PartialOrd for FromPartitionOptions
Source§impl RefFromWasmAbi for FromPartitionOptions
impl RefFromWasmAbi for FromPartitionOptions
Source§type Anchor = RcRef<FromPartitionOptions>
type Anchor = RcRef<FromPartitionOptions>
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 VectorFromWasmAbi for FromPartitionOptions
impl VectorFromWasmAbi for FromPartitionOptions
type Abi = <Box<[JsValue]> as FromWasmAbi>::Abi
unsafe fn vector_from_abi(js: Self::Abi) -> Box<[FromPartitionOptions]>
Source§impl VectorIntoJsValue for FromPartitionOptions
impl VectorIntoJsValue for FromPartitionOptions
fn vector_into_jsvalue(vector: Box<[FromPartitionOptions]>) -> JsValue
Source§impl VectorIntoWasmAbi for FromPartitionOptions
impl VectorIntoWasmAbi for FromPartitionOptions
type Abi = <Box<[JsValue]> as IntoWasmAbi>::Abi
fn vector_into_abi(vector: Box<[FromPartitionOptions]>) -> Self::Abi
Source§impl WasmDescribeVector for FromPartitionOptions
impl WasmDescribeVector for FromPartitionOptions
impl Copy for FromPartitionOptions
impl Eq for FromPartitionOptions
impl StructuralPartialEq for FromPartitionOptions
impl SupportsConstructor for FromPartitionOptions
impl SupportsInstanceProperty for FromPartitionOptions
impl SupportsStaticProperty for FromPartitionOptions
Auto Trait Implementations§
impl Freeze for FromPartitionOptions
impl RefUnwindSafe for FromPartitionOptions
impl Send for FromPartitionOptions
impl Sync for FromPartitionOptions
impl Unpin for FromPartitionOptions
impl UnwindSafe for FromPartitionOptions
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
.