Struct sda_protocol::byte_arrays::B64 [] [src]

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

Trait Implementations

impl Copy for B64
[src]

impl Serialize for B64
[src]

Serialize this value into the given Serde serializer. Read more

impl Deserialize for B64
[src]

Deserialize this value from the given Serde deserializer. Read more

impl Clone for B64
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for B64
[src]

Formats the value using the given formatter.

impl Default for B64
[src]

Returns the "default value" for a type. Read more

impl PartialEq for B64
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Eq for B64
[src]

impl Deref for B64
[src]

The resulting type after dereferencing

The method called to dereference a value

impl From<[u8; 64]> for B64
[src]

Performs the conversion.