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]
fn serialize<S>(&self, serializer: S) -> Result<S::Ok, S::Error> where S: Serializer
Serialize this value into the given Serde serializer. Read more
impl Deserialize for B64
[src]
fn deserialize<D>(deserializer: D) -> Result<Self, D::Error> where D: Deserializer
Deserialize this value from the given Serde deserializer. Read more
impl Clone for B64
[src]
fn clone(&self) -> B64
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0
Performs copy-assignment from source
. Read more
impl Debug for B64
[src]
fn fmt(&self, fmt: &mut Formatter) -> Result<(), Error>
Formats the value using the given formatter.
impl Default for B64
[src]
impl PartialEq for B64
[src]
fn eq(&self, other: &B64) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, other: &Rhs) -> bool
1.0.0
This method tests for !=
.
impl Eq for B64
[src]
impl Deref for B64
[src]
type Target = [u8; 64]
The resulting type after dereferencing
fn deref(&self) -> &Self::Target
The method called to dereference a value