Enum clashctl_interactive::RuleSortBy [−][src]
pub enum RuleSortBy {
Payload,
Proxy,
Type,
}Variants
Payload
Proxy
Type
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 RuleSortBy
impl Send for RuleSortBy
impl Sync for RuleSortBy
impl Unpin for RuleSortBy
impl UnwindSafe for RuleSortBy
Blanket Implementations
Mutably borrows from an owned value. Read more
Compare self to key and return true if they are equal.
