pub struct X509Signature(pub Signature);Expand description
Newtype wrapper over Ed25519 signature for SignatureBitStringEncoding (orphan rule).
Tuple Fields§
§0: SignatureTrait Implementations§
Source§impl Clone for X509Signature
impl Clone for X509Signature
Source§fn clone(&self) -> X509Signature
fn clone(&self) -> X509Signature
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 X509Signature
impl Debug for X509Signature
Source§impl From<X509Signature> for [u8; 64]
impl From<X509Signature> for [u8; 64]
Source§fn from(sig: X509Signature) -> Self
fn from(sig: X509Signature) -> Self
Converts to this type from the input type.
Source§impl PartialEq for X509Signature
impl PartialEq for X509Signature
Source§impl SignatureEncoding for X509Signature
impl SignatureEncoding for X509Signature
Source§impl Signer<X509Signature> for X509Signer
impl Signer<X509Signature> for X509Signer
Source§impl TryFrom<&[u8]> for X509Signature
impl TryFrom<&[u8]> for X509Signature
impl Eq for X509Signature
impl StructuralPartialEq for X509Signature
Auto Trait Implementations§
impl Freeze for X509Signature
impl RefUnwindSafe for X509Signature
impl Send for X509Signature
impl Sync for X509Signature
impl Unpin for X509Signature
impl UnsafeUnpin for X509Signature
impl UnwindSafe for X509Signature
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