Struct mqtt3::Connack [] [src]

pub struct Connack {
    pub session_present: bool,
    pub code: ConnectReturnCode,
}

Fields

Trait Implementations

impl Debug for Connack
[src]

Formats the value using the given formatter.

impl Clone for Connack
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for Connack
[src]

impl PartialEq for Connack
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.