pub struct KeyPair(/* private fields */);Expand description
A pair of public and private key
Implementations§
Trait Implementations§
Source§impl FromWasmAbi for KeyPair
impl FromWasmAbi for KeyPair
Source§impl IntoWasmAbi for KeyPair
impl IntoWasmAbi for KeyPair
Source§impl LongRefFromWasmAbi for KeyPair
impl LongRefFromWasmAbi for KeyPair
Source§impl OptionFromWasmAbi for KeyPair
impl OptionFromWasmAbi for KeyPair
Source§impl OptionIntoWasmAbi for KeyPair
impl OptionIntoWasmAbi for KeyPair
Source§impl RefFromWasmAbi for KeyPair
impl RefFromWasmAbi for KeyPair
Source§impl RefMutFromWasmAbi for KeyPair
impl RefMutFromWasmAbi for KeyPair
Source§impl TryFromJsValue for KeyPair
impl TryFromJsValue for KeyPair
Source§impl VectorFromWasmAbi for KeyPair
impl VectorFromWasmAbi for KeyPair
Source§impl VectorIntoWasmAbi for KeyPair
impl VectorIntoWasmAbi for KeyPair
impl SupportsConstructor for KeyPair
impl SupportsInstanceProperty for KeyPair
impl SupportsStaticProperty for KeyPair
Auto Trait Implementations§
impl Freeze for KeyPair
impl RefUnwindSafe for KeyPair
impl Send for KeyPair
impl Sync for KeyPair
impl Unpin for KeyPair
impl UnwindSafe for KeyPair
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.