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

Crust

Used by Crust to indicate a Crust Event has been fired

Routing

Used by Routing to indicate a Routing Event has been fired

Trait Implementations

impl Debug for MaidSafeEventCategory
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.

impl Clone for MaidSafeEventCategory
[src]

fn clone(&self) -> MaidSafeEventCategory

Returns a copy of the value. Read more

fn clone_from(&mut self, source: &Self)
1.0.0

Performs copy-assignment from source. Read more