pub struct LocalSigningKey(/* private fields */);Implementations§
Source§impl LocalSigningKey
impl LocalSigningKey
pub fn new(bytes: [u8; 32]) -> Self
pub fn verifying_key(&self) -> LocalVerifyingKey
Trait Implementations§
Source§impl Clone for LocalSigningKey
impl Clone for LocalSigningKey
Source§fn clone(&self) -> LocalSigningKey
fn clone(&self) -> LocalSigningKey
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 LocalSigningKey
impl Debug for LocalSigningKey
Source§impl Drop for LocalSigningKey
impl Drop for LocalSigningKey
impl Eq for LocalSigningKey
Source§impl PartialEq for LocalSigningKey
impl PartialEq for LocalSigningKey
impl StructuralPartialEq for LocalSigningKey
Auto Trait Implementations§
impl Freeze for LocalSigningKey
impl RefUnwindSafe for LocalSigningKey
impl Send for LocalSigningKey
impl Sync for LocalSigningKey
impl Unpin for LocalSigningKey
impl UnsafeUnpin for LocalSigningKey
impl UnwindSafe for LocalSigningKey
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