Enum gcm::Priority [] [src]

pub enum Priority {
    Normal,
    High,
}

Variants

Trait Implementations

impl PartialEq for Priority
[src]

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

This method tests for !=.

impl Debug for Priority
[src]

Formats the value using the given formatter.