Enum clashctl_interactive::ProxySortBy [−][src]
pub enum ProxySortBy {
Name,
Type,
Delay,
}Variants
Name
Type
Delay
Trait Implementations
type Err = ParseError
type Err = ParseError
The associated error which can be returned from parsing.
This method returns an ordering between self and other values if one exists. Read more
This method tests less than (for self and other) and is used by the < operator. Read more
This method tests less than or equal to (for self and other) and is used by the <=
operator. Read more
This method tests greater than (for self and other) and is used by the > operator. Read more
Names of the variants of this enum
Auto Trait Implementations
impl RefUnwindSafe for ProxySortBy
impl Send for ProxySortBy
impl Sync for ProxySortBy
impl Unpin for ProxySortBy
impl UnwindSafe for ProxySortBy
Blanket Implementations
Mutably borrows from an owned value. Read more
Compare self to key and return true if they are equal.
