Enum redmine_api::api::issues::SortByColumn
source · [−]Expand description
Sort by this column
Variants
Forward
Fields
column_name: String
the column to sort by
Sort in an ascending direction
Reverse
Fields
column_name: String
the column to sort by
Sort in a descending direction
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for SortByColumn
impl Send for SortByColumn
impl Sync for SortByColumn
impl Unpin for SortByColumn
impl UnwindSafe for SortByColumn
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more