Struct sda_protocol::helpers::Binary
[−]
[src]
pub struct Binary(pub Vec<u8>);
Blob of binary data.
Trait Implementations
impl Clone for Binary
[src]
fn clone(&self) -> Binary
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 Binary
[src]
impl PartialEq for Binary
[src]
fn eq(&self, __arg_0: &Binary) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, __arg_0: &Binary) -> bool
This method tests for !=
.
impl Serialize for Binary
[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 Binary
[src]
fn deserialize<D>(deserializer: D) -> Result<Self, D::Error> where D: Deserializer
Deserialize this value from the given Serde deserializer. Read more