Struct everscale_crypto::ed25519::ExpandedSecretKey
source · [−]pub struct ExpandedSecretKey { /* private fields */ }Implementations
Trait Implementations
sourceimpl Clone for ExpandedSecretKey
impl Clone for ExpandedSecretKey
sourcefn clone(&self) -> ExpandedSecretKey
fn clone(&self) -> ExpandedSecretKey
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl From<&'_ ExpandedSecretKey> for PublicKey
impl From<&'_ ExpandedSecretKey> for PublicKey
sourcefn from(expanded_secret_key: &ExpandedSecretKey) -> Self
fn from(expanded_secret_key: &ExpandedSecretKey) -> Self
Converts to this type from the input type.
sourceimpl From<&'_ SecretKey> for ExpandedSecretKey
impl From<&'_ SecretKey> for ExpandedSecretKey
sourceimpl From<ExpandedSecretKey> for KeyPair
impl From<ExpandedSecretKey> for KeyPair
sourcefn from(secret_key: ExpandedSecretKey) -> Self
fn from(secret_key: ExpandedSecretKey) -> Self
Converts to this type from the input type.
impl Copy for ExpandedSecretKey
Auto Trait Implementations
impl RefUnwindSafe for ExpandedSecretKey
impl Send for ExpandedSecretKey
impl Sync for ExpandedSecretKey
impl Unpin for ExpandedSecretKey
impl UnwindSafe for ExpandedSecretKey
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<T> ToOwned for T where
T: Clone,
impl<T> ToOwned for T where
T: Clone,
type Owned = T
type Owned = T
The resulting type after obtaining ownership.
sourcefn clone_into(&self, target: &mut T)
fn clone_into(&self, target: &mut T)
🔬 This is a nightly-only experimental API. (
toowned_clone_into)Uses borrowed data to replace owned data, usually by cloning. Read more