pub struct P256Signature(/* private fields */);Expand description
P-256 with SHA2-256 ECDSA signature.
Trait Implementations§
Source§impl Clone for P256Signature
impl Clone for P256Signature
Source§fn clone(&self) -> P256Signature
fn clone(&self) -> P256Signature
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 Debug for P256Signature
impl Debug for P256Signature
Source§impl Identified for P256Signature
impl Identified for P256Signature
Source§impl<'a> Import<&'a [u8]> for P256Signature
impl<'a> Import<&'a [u8]> for P256Signature
Auto Trait Implementations§
impl Freeze for P256Signature
impl RefUnwindSafe for P256Signature
impl Send for P256Signature
impl Sync for P256Signature
impl Unpin for P256Signature
impl UnwindSafe for P256Signature
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