Struct ring::signature::Signature[][src]

pub struct Signature { /* fields omitted */ }

A public key signature returned from a signing operation.

Trait Implementations

impl Clone for Signature
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for Signature
[src]

impl AsRef<[u8]> for Signature
[src]

Performs the conversion.

Auto Trait Implementations

impl Send for Signature

impl Sync for Signature