Struct everscale_crypto::ed25519::ExpandedSecretKey
source · pub struct ExpandedSecretKey { /* private fields */ }Implementations§
Trait Implementations§
source§impl Clone for ExpandedSecretKey
impl Clone for ExpandedSecretKey
source§fn clone(&self) -> ExpandedSecretKey
fn clone(&self) -> ExpandedSecretKey
Returns a copy 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<&ExpandedSecretKey> for PublicKey
impl From<&ExpandedSecretKey> for PublicKey
source§fn from(expanded_secret_key: &ExpandedSecretKey) -> Self
fn from(expanded_secret_key: &ExpandedSecretKey) -> Self
Converts to this type from the input type.
source§impl From<&SecretKey> for ExpandedSecretKey
impl From<&SecretKey> for ExpandedSecretKey
source§impl From<ExpandedSecretKey> for KeyPair
impl From<ExpandedSecretKey> for KeyPair
source§fn 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§
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