Enum maidsafe_utilities::event_sender::MaidSafeEventCategory [] [src]

pub enum MaidSafeEventCategory {
    Crust,
    Routing,
}

Category of events meant for a MaidSafe observer listening to both, routing and crust events

Variants

Used by Crust to indicate a Crust Event has been fired

Used by Routing to indicate a Routing Event has been fired

Trait Implementations

impl Clone for MaidSafeEventCategory
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for MaidSafeEventCategory
[src]

Formats the value using the given formatter.