[−][src]Enum mqtt_v5::topic::TopicFilter
A filter for subscribers to indicate which topics they want to receive messages from. Can contain wildcards.
Variants
Methods
impl<'a> TopicFilter[src]
ⓘImportant traits for TopicLevels<'a>pub fn levels(&'a self) -> TopicLevels<'a>[src]
ⓘImportant traits for TopicLevels<'a>
Trait Implementations
impl Debug for TopicFilter[src]
impl FromStr for TopicFilter[src]
type Err = TopicParseError
The associated error which can be returned from parsing.
fn from_str(filter: &str) -> Result<Self, Self::Err>[src]
impl PartialEq<TopicFilter> for TopicFilter[src]
fn eq(&self, other: &TopicFilter) -> bool[src]
fn ne(&self, other: &TopicFilter) -> bool[src]
impl StructuralPartialEq for TopicFilter[src]
Auto Trait Implementations
impl RefUnwindSafe for TopicFilter
impl Send for TopicFilter
impl Sync for TopicFilter
impl Unpin for TopicFilter
impl UnwindSafe for TopicFilter
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,