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]

Check if this filter can match the topic_name

Trait Implementations

impl<'a> Debug for TopicFilterMatcher<'a>
[src]

Formats the value using the given formatter.

impl<'a> Copy for TopicFilterMatcher<'a>
[src]

impl<'a> Clone for TopicFilterMatcher<'a>
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more