Struct ntex_mqtt::v3::Handshake [−][src]
pub struct Handshake<Io> { /* fields omitted */ }
Expand description
Connect message
Implementations
Ack handshake message and set state
Create connect ack object with identifier rejected
return code
Create connect ack object with bad user name or password
return code
Create connect ack object with not authorized
return code
Create connect ack object with service unavailable
return code
Trait Implementations
Auto Trait Implementations
impl<Io> !RefUnwindSafe for Handshake<Io>
impl<Io> !UnwindSafe for Handshake<Io>
Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span
, returning an
Instrumented
wrapper. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more