Enum cml_chain_wasm::crypto::NonceKind
source · pub enum NonceKind {
Identity,
Hash,
}Variants§
Trait Implementations§
source§impl FromWasmAbi for NonceKind
impl FromWasmAbi for NonceKind
source§impl IntoWasmAbi for NonceKind
impl IntoWasmAbi for NonceKind
source§impl OptionFromWasmAbi for NonceKind
impl OptionFromWasmAbi for NonceKind
source§impl OptionIntoWasmAbi for NonceKind
impl OptionIntoWasmAbi for NonceKind
Auto Trait Implementations§
impl Freeze for NonceKind
impl RefUnwindSafe for NonceKind
impl Send for NonceKind
impl Sync for NonceKind
impl Unpin for NonceKind
impl UnwindSafe for NonceKind
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,
§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.