pub struct SigningKey<S>where
S: Ed25519Signer<Signature>,{
pub signing_key: S,
}Fields§
§signing_key: STrait Implementations§
Source§impl<S> Clone for SigningKey<S>
impl<S> Clone for SigningKey<S>
Source§fn clone(&self) -> SigningKey<S>
fn clone(&self) -> SigningKey<S>
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl<S> Debug for SigningKey<S>
impl<S> Debug for SigningKey<S>
Source§impl<S> PartialEq for SigningKey<S>
impl<S> PartialEq for SigningKey<S>
impl<S> StructuralPartialEq for SigningKey<S>where
S: Ed25519Signer<Signature>,
Auto Trait Implementations§
impl<S> Freeze for SigningKey<S>where
S: Freeze,
impl<S> RefUnwindSafe for SigningKey<S>where
S: RefUnwindSafe,
impl<S> Send for SigningKey<S>where
S: Send,
impl<S> Sync for SigningKey<S>where
S: Sync,
impl<S> Unpin for SigningKey<S>where
S: Unpin,
impl<S> UnwindSafe for SigningKey<S>where
S: UnwindSafe,
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