Struct mqtt::encodable::VarBytes
[−]
[src]
pub struct VarBytes(pub Vec<u8>);
Trait Implementations
impl Debug for VarBytes
[src]
impl Eq for VarBytes
[src]
impl PartialEq for VarBytes
[src]
fn eq(&self, __arg_0: &VarBytes) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, __arg_0: &VarBytes) -> bool
This method tests for !=
.