Enum mqtt::Level [] [src]

pub enum Level {
    Normal(String),
    Metadata(String),
    Blank,
    SingleWildcard,
    MultiWildcard,
}

Variants

Methods

impl Level
[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

Trait Implementations

impl Debug for Level
[src]

[src]

Formats the value using the given formatter.

impl Eq for Level
[src]

impl PartialEq for Level
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

[src]

This method tests for !=.

impl Clone for Level
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Hash for Level
[src]

[src]

Feeds this value into the given [Hasher]. Read more

1.3.0
[src]

Feeds a slice of this type into the given [Hasher]. Read more

impl Send for Level
[src]

impl Sync for Level
[src]

impl FromStr for Level
[src]

The associated error which can be returned from parsing.

[src]

Parses a string s to return a value of this type. Read more

impl Display for Level
[src]

[src]

Formats the value using the given formatter. Read more

impl Div<Level> for Level
[src]

The resulting type after applying the / operator.

[src]

Performs the / operation.

impl Div<Topic> for Level
[src]

The resulting type after applying the / operator.

[src]

Performs the / operation.