Struct mqtt::control::variable_header::TopicNameHeader [−][src]
pub struct TopicNameHeader(_);Expand description
Topic name wrapper
Implementations
Trait Implementations
type Error = VariableHeaderError
fn decode_with<R: Read>(
reader: &mut R,
_rest: ()
) -> Result<TopicNameHeader, VariableHeaderError>
fn decode_with<R: Read>(
reader: &mut R,
_rest: ()
) -> Result<TopicNameHeader, VariableHeaderError>
Decodes object with additional data (or hints)
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for TopicNameHeader
impl Send for TopicNameHeader
impl Sync for TopicNameHeader
impl Unpin for TopicNameHeader
impl UnwindSafe for TopicNameHeader
Blanket Implementations
Mutably borrows from an owned value. Read more