Struct glop::runtime::MessageFilter [] [src]

pub struct MessageFilter {
    pub topic: String,
    pub src_role: Option<String>,
}

Fields

Trait Implementations

impl Clone for MessageFilter
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for MessageFilter
[src]

Formats the value using the given formatter.

impl Eq for MessageFilter
[src]

impl Hash for MessageFilter
[src]

Feeds this value into the state given, updating the hasher as necessary.

Feeds a slice of this type into the state provided.

impl PartialEq for MessageFilter
[src]

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

This method tests for !=.