pub struct LegacyDaedalusPrivateKey(/* private fields */);Implementations§
Trait Implementations§
Source§impl AsRef<LegacyDaedalusPrivateKey> for LegacyDaedalusPrivateKey
impl AsRef<LegacyDaedalusPrivateKey> for LegacyDaedalusPrivateKey
Source§fn as_ref(&self) -> &LegacyDaedalusPrivateKey
fn as_ref(&self) -> &LegacyDaedalusPrivateKey
Converts this type into a shared reference of the (usually inferred) input type.
Source§impl Clone for LegacyDaedalusPrivateKey
impl Clone for LegacyDaedalusPrivateKey
Source§fn clone(&self) -> LegacyDaedalusPrivateKey
fn clone(&self) -> LegacyDaedalusPrivateKey
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 From<LegacyDaedalusPrivateKey> for JsValue
impl From<LegacyDaedalusPrivateKey> for JsValue
Source§fn from(value: LegacyDaedalusPrivateKey) -> Self
fn from(value: LegacyDaedalusPrivateKey) -> Self
Converts to this type from the input type.
Source§impl From<LegacyDaedalusPrivateKey> for LegacyDaedalusPrivateKey
impl From<LegacyDaedalusPrivateKey> for LegacyDaedalusPrivateKey
Source§fn from(native: LegacyDaedalusPrivateKey) -> Self
fn from(native: LegacyDaedalusPrivateKey) -> Self
Converts to this type from the input type.
Source§impl From<LegacyDaedalusPrivateKey> for LegacyDaedalusPrivateKey
impl From<LegacyDaedalusPrivateKey> for LegacyDaedalusPrivateKey
Source§fn from(wasm: LegacyDaedalusPrivateKey) -> Self
fn from(wasm: LegacyDaedalusPrivateKey) -> Self
Converts to this type from the input type.
Source§impl RefFromWasmAbi for LegacyDaedalusPrivateKey
impl RefFromWasmAbi for LegacyDaedalusPrivateKey
Source§type Anchor = RcRef<LegacyDaedalusPrivateKey>
type Anchor = RcRef<LegacyDaedalusPrivateKey>
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 LegacyDaedalusPrivateKey
impl VectorFromWasmAbi for LegacyDaedalusPrivateKey
type Abi = <Box<[JsValue]> as FromWasmAbi>::Abi
unsafe fn vector_from_abi(js: Self::Abi) -> Box<[LegacyDaedalusPrivateKey]>
Source§impl VectorIntoJsValue for LegacyDaedalusPrivateKey
impl VectorIntoJsValue for LegacyDaedalusPrivateKey
fn vector_into_jsvalue(vector: Box<[LegacyDaedalusPrivateKey]>) -> JsValue
Source§impl VectorIntoWasmAbi for LegacyDaedalusPrivateKey
impl VectorIntoWasmAbi for LegacyDaedalusPrivateKey
type Abi = <Box<[JsValue]> as IntoWasmAbi>::Abi
fn vector_into_abi(vector: Box<[LegacyDaedalusPrivateKey]>) -> Self::Abi
Source§impl WasmDescribeVector for LegacyDaedalusPrivateKey
impl WasmDescribeVector for LegacyDaedalusPrivateKey
impl SupportsConstructor for LegacyDaedalusPrivateKey
impl SupportsInstanceProperty for LegacyDaedalusPrivateKey
impl SupportsStaticProperty for LegacyDaedalusPrivateKey
Auto Trait Implementations§
impl Freeze for LegacyDaedalusPrivateKey
impl RefUnwindSafe for LegacyDaedalusPrivateKey
impl Send for LegacyDaedalusPrivateKey
impl Sync for LegacyDaedalusPrivateKey
impl Unpin for LegacyDaedalusPrivateKey
impl UnwindSafe for LegacyDaedalusPrivateKey
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::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.