Enum ntex_mqtt::v5::client::TopicFilterError
source · pub enum TopicFilterError {
InvalidTopic,
InvalidLevel,
}
Variants§
Trait Implementations§
source§impl Clone for TopicFilterError
impl Clone for TopicFilterError
source§fn clone(&self) -> TopicFilterError
fn clone(&self) -> TopicFilterError
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for TopicFilterError
impl Debug for TopicFilterError
source§impl PartialEq<TopicFilterError> for TopicFilterError
impl PartialEq<TopicFilterError> for TopicFilterError
source§fn eq(&self, other: &TopicFilterError) -> bool
fn eq(&self, other: &TopicFilterError) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.