pub struct QVSigningKey { /* private fields */ }Expand description
Signing (private) key — wraps the 32-byte seed + expanded state.
Implementations§
Auto Trait Implementations§
impl Freeze for QVSigningKey
impl RefUnwindSafe for QVSigningKey
impl Send for QVSigningKey
impl Sync for QVSigningKey
impl Unpin for QVSigningKey
impl UnsafeUnpin for QVSigningKey
impl UnwindSafe for QVSigningKey
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