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