Enum odata_simple_client::Direction [−][src]
pub enum Direction {
Descending,
Ascending,
}
Expand description
Specifies direction in which the returned results are listed. Use ListRequest::order_by
to change it.
If nothing else is specified, it defaults to Direction::Ascending
Variants
Auto Trait Implementations
impl RefUnwindSafe for Direction
impl UnwindSafe for Direction
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