Struct sda_protocol::helpers::Binary [] [src]

pub struct Binary(pub Vec<u8>);

Blob of binary data.

Trait Implementations

impl Clone for Binary
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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 Serialize for Binary
[src]

Serialize this value into the given Serde serializer. Read more

impl Deserialize for Binary
[src]

Deserialize this value from the given Serde deserializer. Read more