pub struct Performance;
Expand description
Performance utilities
Implementations§
Trait Implementations§
Source§impl From<Performance> for JsValue
impl From<Performance> for JsValue
Source§fn from(value: Performance) -> Self
fn from(value: Performance) -> Self
Converts to this type from the input type.
Source§impl FromWasmAbi for Performance
impl FromWasmAbi for Performance
Source§impl IntoWasmAbi for Performance
impl IntoWasmAbi for Performance
Source§impl LongRefFromWasmAbi for Performance
impl LongRefFromWasmAbi for Performance
Source§impl OptionFromWasmAbi for Performance
impl OptionFromWasmAbi for Performance
Source§impl OptionIntoWasmAbi for Performance
impl OptionIntoWasmAbi for Performance
Source§impl RefFromWasmAbi for Performance
impl RefFromWasmAbi for Performance
Source§type Anchor = RcRef<Performance>
type Anchor = RcRef<Performance>
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 Performance
impl RefMutFromWasmAbi for Performance
Source§impl TryFromJsValue for Performance
impl TryFromJsValue for Performance
Source§impl VectorFromWasmAbi for Performance
impl VectorFromWasmAbi for Performance
type Abi = <Box<[JsValue]> as FromWasmAbi>::Abi
unsafe fn vector_from_abi(js: Self::Abi) -> Box<[Performance]>
Source§impl VectorIntoJsValue for Performance
impl VectorIntoJsValue for Performance
fn vector_into_jsvalue(vector: Box<[Performance]>) -> JsValue
Source§impl VectorIntoWasmAbi for Performance
impl VectorIntoWasmAbi for Performance
type Abi = <Box<[JsValue]> as IntoWasmAbi>::Abi
fn vector_into_abi(vector: Box<[Performance]>) -> Self::Abi
Source§impl WasmDescribeVector for Performance
impl WasmDescribeVector for Performance
impl SupportsConstructor for Performance
impl SupportsInstanceProperty for Performance
impl SupportsStaticProperty for Performance
Auto Trait Implementations§
impl Freeze for Performance
impl RefUnwindSafe for Performance
impl Send for Performance
impl Sync for Performance
impl Unpin for Performance
impl UnwindSafe for Performance
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> 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
.