Struct ntex_mqtt::v5::Handshake [−][src]
pub struct Handshake<Io> { /* fields omitted */ }
Expand description
Handshake message
Implementations
Ack handshake message and set state
Create handshake ack object with error
Create handshake ack object with provided ConnectAck packet
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