Enum task_hookrs::priority::TaskPriority [] [src]

pub enum TaskPriority {
    Low,
    Medium,
    High,
}

Variants

LowMediumHigh

Trait Implementations

impl PartialEq for TaskPriority
[src]

fn eq(&self, __arg_0: &TaskPriority) -> bool

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

fn ne(&self, other: &Rhs) -> bool
1.0.0

This method tests for !=.

impl Clone for TaskPriority
[src]

fn clone(&self) -> TaskPriority

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

impl Debug for TaskPriority
[src]

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

Formats the value using the given formatter.

impl Serialize for TaskPriority
[src]

fn serialize<S>(&self, serializer: &mut S) -> Result<(), S::Error> where S: Serializer

Serializes this value into this serializer.

impl Deserialize for TaskPriority
[src]

fn deserialize<D>(deserializer: &mut D) -> Result<TaskPriority, D::Error> where D: Deserializer

Deserialize this value given this Deserializer.