pub struct BenchmarkResults { /* private fields */ }
Implementations§
Trait Implementations§
Source§impl Clone for BenchmarkResults
impl Clone for BenchmarkResults
Source§fn clone(&self) -> BenchmarkResults
fn clone(&self) -> BenchmarkResults
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 BenchmarkResults
impl Debug for BenchmarkResults
Source§impl From<BenchmarkResults> for JsValue
impl From<BenchmarkResults> for JsValue
Source§fn from(value: BenchmarkResults) -> Self
fn from(value: BenchmarkResults) -> Self
Converts to this type from the input type.
Source§impl FromWasmAbi for BenchmarkResults
impl FromWasmAbi for BenchmarkResults
Source§impl IntoWasmAbi for BenchmarkResults
impl IntoWasmAbi for BenchmarkResults
Source§impl OptionFromWasmAbi for BenchmarkResults
impl OptionFromWasmAbi for BenchmarkResults
Source§impl OptionIntoWasmAbi for BenchmarkResults
impl OptionIntoWasmAbi for BenchmarkResults
Source§impl PartialEq for BenchmarkResults
impl PartialEq for BenchmarkResults
Source§impl PartialOrd for BenchmarkResults
impl PartialOrd for BenchmarkResults
Source§impl RefFromWasmAbi for BenchmarkResults
impl RefFromWasmAbi for BenchmarkResults
Source§type Anchor = RcRef<BenchmarkResults>
type Anchor = RcRef<BenchmarkResults>
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 BenchmarkResults
impl RefMutFromWasmAbi for BenchmarkResults
Source§impl Serialize for BenchmarkResults
impl Serialize for BenchmarkResults
Source§impl TryFromJsValue for BenchmarkResults
impl TryFromJsValue for BenchmarkResults
Source§impl VectorFromWasmAbi for BenchmarkResults
impl VectorFromWasmAbi for BenchmarkResults
type Abi = <Box<[JsValue]> as FromWasmAbi>::Abi
unsafe fn vector_from_abi(js: Self::Abi) -> Box<[BenchmarkResults]>
Source§impl VectorIntoJsValue for BenchmarkResults
impl VectorIntoJsValue for BenchmarkResults
fn vector_into_jsvalue(vector: Box<[BenchmarkResults]>) -> JsValue
Source§impl VectorIntoWasmAbi for BenchmarkResults
impl VectorIntoWasmAbi for BenchmarkResults
type Abi = <Box<[JsValue]> as IntoWasmAbi>::Abi
fn vector_into_abi(vector: Box<[BenchmarkResults]>) -> Self::Abi
Source§impl WasmDescribeVector for BenchmarkResults
impl WasmDescribeVector for BenchmarkResults
impl StructuralPartialEq for BenchmarkResults
impl SupportsConstructor for BenchmarkResults
impl SupportsInstanceProperty for BenchmarkResults
impl SupportsStaticProperty for BenchmarkResults
Auto Trait Implementations§
impl Freeze for BenchmarkResults
impl RefUnwindSafe for BenchmarkResults
impl Send for BenchmarkResults
impl Sync for BenchmarkResults
impl Unpin for BenchmarkResults
impl UnwindSafe for BenchmarkResults
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
.