pub struct FlavMd { /* private fields */ }Expand description
Struct for flav md engine
Implementations§
Trait Implementations§
Source§impl FromWasmAbi for FlavMd
impl FromWasmAbi for FlavMd
Source§impl IntoWasmAbi for FlavMd
impl IntoWasmAbi for FlavMd
Source§impl LongRefFromWasmAbi for FlavMd
impl LongRefFromWasmAbi for FlavMd
Source§impl OptionFromWasmAbi for FlavMd
impl OptionFromWasmAbi for FlavMd
Source§impl OptionIntoWasmAbi for FlavMd
impl OptionIntoWasmAbi for FlavMd
Source§impl RefFromWasmAbi for FlavMd
impl RefFromWasmAbi for FlavMd
Source§impl RefMutFromWasmAbi for FlavMd
impl RefMutFromWasmAbi for FlavMd
Source§impl TryFromJsValue for FlavMd
impl TryFromJsValue for FlavMd
Source§impl VectorFromWasmAbi for FlavMd
impl VectorFromWasmAbi for FlavMd
Source§impl VectorIntoWasmAbi for FlavMd
impl VectorIntoWasmAbi for FlavMd
impl SupportsConstructor for FlavMd
impl SupportsInstanceProperty for FlavMd
impl SupportsStaticProperty for FlavMd
Auto Trait Implementations§
impl Freeze for FlavMd
impl RefUnwindSafe for FlavMd
impl Send for FlavMd
impl Sync for FlavMd
impl Unpin for FlavMd
impl UnwindSafe for FlavMd
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.