Struct mqtt::topic_filter::TopicFilterMatcher
[−]
[src]
pub struct TopicFilterMatcher<'a> { /* fields omitted */ }
Matcher for matching topic names with this filter
Methods
impl<'a> TopicFilterMatcher<'a>
[src]
fn is_match(&self, topic_name: &TopicNameRef) -> bool
Check if this filter can match the topic_name
Trait Implementations
impl<'a> Debug for TopicFilterMatcher<'a>
[src]
impl<'a> Copy for TopicFilterMatcher<'a>
[src]
impl<'a> Clone for TopicFilterMatcher<'a>
[src]
fn clone(&self) -> TopicFilterMatcher<'a>
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0
Performs copy-assignment from source
. Read more