pub struct Ed448PrivateKey { /* private fields */ }Expand description
Holds a 57-byte Ed448 secret seed used by the in-house signing API.
Implementations§
Trait Implementations§
Source§impl Clone for Ed448PrivateKey
impl Clone for Ed448PrivateKey
Source§fn clone(&self) -> Ed448PrivateKey
fn clone(&self) -> Ed448PrivateKey
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 Ed448PrivateKey
impl Debug for Ed448PrivateKey
Source§impl Drop for Ed448PrivateKey
impl Drop for Ed448PrivateKey
Auto Trait Implementations§
impl Freeze for Ed448PrivateKey
impl RefUnwindSafe for Ed448PrivateKey
impl Send for Ed448PrivateKey
impl Sync for Ed448PrivateKey
impl Unpin for Ed448PrivateKey
impl UnsafeUnpin for Ed448PrivateKey
impl UnwindSafe for Ed448PrivateKey
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