Struct ring::hmac::Signature [−][src]
pub struct Signature(_);
An HMAC signature.
For a given signature s, use s.as_ref() to get the signature value as
a byte slice.
Trait Implementations
impl Clone for Signature[src]
impl Clone for Signaturefn clone(&self) -> Signature[src]
fn clone(&self) -> SignatureReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Copy for Signature[src]
impl Copy for Signatureimpl Debug for Signature[src]
impl Debug for Signaturefn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl AsRef<[u8]> for Signature[src]
impl AsRef<[u8]> for Signature