Enum socket_priority::Priority [] [src]

pub enum Priority {
    Interactive,
    Default,
    InteractiveBulk,
    Bulk,
}

Variants

Trait Implementations

impl Debug for Priority
[src]

Formats the value using the given formatter.

impl Copy for Priority
[src]

impl Clone for Priority
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for Priority
[src]

Returns the "default value" for a type. Read more