Enum bip_select::IUberMessage [] [src]

pub enum IUberMessage {
    Control(ControlMessage),
    Extended(IExtendedMessage),
    Discovery(IDiscoveryMessage),
}

Enumeration of uber messages that can be sent to the uber module.

Variants

Broadcast a control message out to all modules.

Send an extended message to the extended module.

Send a discovery message to all discovery modules.

Trait Implementations

impl Clone for IUberMessage
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for IUberMessage
[src]

[src]

Formats the value using the given formatter.

impl PartialEq for IUberMessage
[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 Eq for IUberMessage
[src]