Struct mqtt::control::variable_header::ConnackFlags [−][src]
pub struct ConnackFlags {
pub session_present: bool,
}Expand description
Flags in CONNACK packet
Fields
session_present: boolImplementations
Trait Implementations
type Error = VariableHeaderError
fn decode_with<R: Read>(
reader: &mut R,
_rest: ()
) -> Result<ConnackFlags, VariableHeaderError>
fn decode_with<R: Read>(
reader: &mut R,
_rest: ()
) -> Result<ConnackFlags, 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 ConnackFlags
impl Send for ConnackFlags
impl Sync for ConnackFlags
impl Unpin for ConnackFlags
impl UnwindSafe for ConnackFlags
Blanket Implementations
Mutably borrows from an owned value. Read more