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 Signature
fn clone(&self) -> Signature
[src]
fn clone(&self) -> Signature
Returns 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 Signature
impl Debug for Signature
[src]
impl Debug for Signature
fn fmt(&self, f: &mut Formatter) -> Result
[src]
fn fmt(&self, f: &mut Formatter) -> Result
Formats the value using the given formatter. Read more
impl AsRef<[u8]> for Signature
[src]
impl AsRef<[u8]> for Signature