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