Struct ntex_mqtt::v5::codec::Auth [−][src]
pub struct Auth {
pub reason_code: AuthReasonCode,
pub auth_method: Option<ByteString>,
pub auth_data: Option<Bytes>,
pub reason_string: Option<ByteString>,
pub user_properties: UserProperties,
}
Expand description
AUTH message
Fields
reason_code: AuthReasonCode
auth_method: Option<ByteString>
auth_data: Option<Bytes>
reason_string: Option<ByteString>
user_properties: UserProperties
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Auth
impl UnwindSafe for Auth
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