Struct mqtt::topic_filter::TopicFilterMatcher [−][src]
pub struct TopicFilterMatcher<'a> { /* fields omitted */ }Expand description
Matcher for matching topic names with this filter
Implementations
Check if this filter can match the topic_name
Trait Implementations
Auto Trait Implementations
impl<'a> RefUnwindSafe for TopicFilterMatcher<'a>
impl<'a> Send for TopicFilterMatcher<'a>
impl<'a> Sync for TopicFilterMatcher<'a>
impl<'a> Unpin for TopicFilterMatcher<'a>
impl<'a> UnwindSafe for TopicFilterMatcher<'a>
Blanket Implementations
Mutably borrows from an owned value. Read more