Struct ntex_mqtt::v3::control::Subscribe [−][src]
pub struct Subscribe { /* fields omitted */ }
Expand description
Subscribe message
Implementations
pub fn iter_mut(&mut self) -> SubscribeIter<'_>ⓘNotable traits for SubscribeIter<'a>impl<'a> Iterator for SubscribeIter<'a> type Item = Subscription<'a>;
pub fn iter_mut(&mut self) -> SubscribeIter<'_>ⓘNotable traits for SubscribeIter<'a>impl<'a> Iterator for SubscribeIter<'a> type Item = Subscription<'a>;
Notable traits for SubscribeIter<'a>
impl<'a> Iterator for SubscribeIter<'a> type Item = Subscription<'a>;
returns iterator over subscription topics
convert subscription to a result
Trait Implementations
type Item = Subscription<'a>
type Item = Subscription<'a>
The type of the elements being iterated over.
type IntoIter = SubscribeIter<'a>
type IntoIter = SubscribeIter<'a>
Which kind of iterator are we turning this into?
fn into_iter(self) -> SubscribeIter<'a>ⓘNotable traits for SubscribeIter<'a>impl<'a> Iterator for SubscribeIter<'a> type Item = Subscription<'a>;
fn into_iter(self) -> SubscribeIter<'a>ⓘNotable traits for SubscribeIter<'a>impl<'a> Iterator for SubscribeIter<'a> type Item = Subscription<'a>;
Notable traits for SubscribeIter<'a>
impl<'a> Iterator for SubscribeIter<'a> type Item = Subscription<'a>;
Creates an iterator from a value. Read more
Auto Trait Implementations
impl RefUnwindSafe for Subscribe
impl UnwindSafe for Subscribe
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