Struct ntex_mqtt::Session [−][src]
pub struct Session<T, St>(_);
Expand description
Mqtt connection session
Implementations
Trait Implementations
Auto Trait Implementations
impl<T, St> !RefUnwindSafe for Session<T, St>
impl<T, St> UnwindSafe for Session<T, St> where
St: RefUnwindSafe,
T: RefUnwindSafe,
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