Struct everscale_crypto::ed25519::SecretKey
source · pub struct SecretKey(_);Implementations§
Trait Implementations§
source§impl From<&SecretKey> for ExpandedSecretKey
impl From<&SecretKey> for ExpandedSecretKey
impl Copy for SecretKey
Auto Trait Implementations§
impl RefUnwindSafe for SecretKey
impl Send for SecretKey
impl Sync for SecretKey
impl Unpin for SecretKey
impl UnwindSafe for SecretKey
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