Struct libpijul_compat::signature::SignatureBytes [] [src]

pub struct SignatureBytes(pub [u8; 64]);

Wrapper around [u8; 64], mostly to implement serde traits.

Trait Implementations

impl<'de> Deserialize<'de> for SignatureBytes
[src]

[src]

Deserialize this value from the given Serde deserializer. Read more

impl Serialize for SignatureBytes
[src]

[src]

Serialize this value into the given Serde serializer. Read more

impl Debug for SignatureBytes
[src]

[src]

Formats the value using the given formatter.

impl Clone for SignatureBytes
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more