pub struct SigningSecret(/* private fields */);Implementations§
Trait Implementations§
Source§impl Clone for SigningSecret
impl Clone for SigningSecret
Source§fn clone(&self) -> SigningSecret
fn clone(&self) -> SigningSecret
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 moreAuto Trait Implementations§
impl Freeze for SigningSecret
impl RefUnwindSafe for SigningSecret
impl Send for SigningSecret
impl Sync for SigningSecret
impl Unpin for SigningSecret
impl UnsafeUnpin for SigningSecret
impl UnwindSafe for SigningSecret
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