Enum onedrive_api::option::Order [−][src]
pub enum Order {
Ascending,
Descending,
}Specify the sorting order.
Used in CollectionOption::order_by.
Variants
Ascending order.
Descending order.
Trait Implementations
impl StructuralEq for Order[src]
impl StructuralEq for Order[src]impl StructuralPartialEq for Order[src]
impl StructuralPartialEq for Order[src]Auto Trait Implementations
impl RefUnwindSafe for Order
impl RefUnwindSafe for Orderimpl UnwindSafe for Order
impl UnwindSafe for OrderBlanket Implementations
impl<Q, K> Equivalent<K> for Q where
K: Borrow<Q> + ?Sized,
Q: Eq + ?Sized, [src]
impl<Q, K> Equivalent<K> for Q where
K: Borrow<Q> + ?Sized,
Q: Eq + ?Sized, [src]pub fn equivalent(&self, key: &K) -> bool[src]
impl<T> Instrument for T[src]
impl<T> Instrument for T[src]