Struct eetf::Binary [] [src]

pub struct Binary {
    pub bytes: Vec<u8>,
}

Binary.

Fields

Trait Implementations

impl Debug for Binary
[src]

Formats the value using the given formatter.

impl PartialEq for Binary
[src]

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

This method tests for !=.

impl Clone for Binary
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Display for Binary
[src]

Formats the value using the given formatter. Read more

impl<'a> From<&'a [u8]> for Binary
[src]

Performs the conversion.

impl From<Vec<u8>> for Binary
[src]

Performs the conversion.