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]
impl<'a> TopicFilterMatcher<'a>
pub fn is_match(&self, topic_name: &TopicNameRef) -> bool
[src]
pub 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> Debug for TopicFilterMatcher<'a>
fn fmt(&self, f: &mut Formatter) -> Result
[src]
fn fmt(&self, f: &mut Formatter) -> Result
Formats the value using the given formatter. Read more
impl<'a> Copy for TopicFilterMatcher<'a>
[src]
impl<'a> Copy for TopicFilterMatcher<'a>
impl<'a> Clone for TopicFilterMatcher<'a>
[src]
impl<'a> Clone for TopicFilterMatcher<'a>
fn clone(&self) -> 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[src]
fn clone_from(&mut self, source: &Self)
1.0.0
[src]Performs copy-assignment from source
. Read more
Auto Trait Implementations
impl<'a> Send for TopicFilterMatcher<'a>
impl<'a> Send for TopicFilterMatcher<'a>
impl<'a> Sync for TopicFilterMatcher<'a>
impl<'a> Sync for TopicFilterMatcher<'a>