pub struct Ed25519SigningKey(/* private fields */);Available on crate feature
ed25519 only.Expand description
An Ed25519 expanded secret key used for signing
Implementations§
Trait Implementations§
Source§impl Clone for Ed25519SigningKey
impl Clone for Ed25519SigningKey
Source§fn clone(&self) -> Ed25519SigningKey
fn clone(&self) -> Ed25519SigningKey
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for Ed25519SigningKey
impl Debug for Ed25519SigningKey
impl ZeroizeOnDrop for Ed25519SigningKey
Auto Trait Implementations§
impl Freeze for Ed25519SigningKey
impl RefUnwindSafe for Ed25519SigningKey
impl Send for Ed25519SigningKey
impl Sync for Ed25519SigningKey
impl Unpin for Ed25519SigningKey
impl UnsafeUnpin for Ed25519SigningKey
impl UnwindSafe for Ed25519SigningKey
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