pub struct WasmFisherInformation { /* private fields */ }Expand description
Fisher Information for WASM
Implementations§
Source§impl WasmFisherInformation
impl WasmFisherInformation
Trait Implementations§
Source§impl From<WasmFisherInformation> for JsValue
impl From<WasmFisherInformation> for JsValue
Source§fn from(value: WasmFisherInformation) -> Self
fn from(value: WasmFisherInformation) -> Self
Converts to this type from the input type.
Source§impl FromWasmAbi for WasmFisherInformation
impl FromWasmAbi for WasmFisherInformation
Source§impl IntoWasmAbi for WasmFisherInformation
impl IntoWasmAbi for WasmFisherInformation
Source§impl RefFromWasmAbi for WasmFisherInformation
impl RefFromWasmAbi for WasmFisherInformation
Source§type Anchor = RcRef<WasmFisherInformation>
type Anchor = RcRef<WasmFisherInformation>
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 WasmFisherInformation
impl VectorFromWasmAbi for WasmFisherInformation
type Abi = <Box<[JsValue]> as FromWasmAbi>::Abi
unsafe fn vector_from_abi(js: Self::Abi) -> Box<[WasmFisherInformation]>
Source§impl VectorIntoWasmAbi for WasmFisherInformation
impl VectorIntoWasmAbi for WasmFisherInformation
type Abi = <Box<[JsValue]> as IntoWasmAbi>::Abi
fn vector_into_abi(vector: Box<[WasmFisherInformation]>) -> Self::Abi
Source§impl WasmDescribeVector for WasmFisherInformation
impl WasmDescribeVector for WasmFisherInformation
impl SupportsConstructor for WasmFisherInformation
impl SupportsInstanceProperty for WasmFisherInformation
impl SupportsStaticProperty for WasmFisherInformation
Auto Trait Implementations§
impl Freeze for WasmFisherInformation
impl RefUnwindSafe for WasmFisherInformation
impl Send for WasmFisherInformation
impl Sync for WasmFisherInformation
impl Unpin for WasmFisherInformation
impl UnwindSafe for WasmFisherInformation
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::AbiSource§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.