Enum avro_schema::schema::Order
source · [−]pub enum Order {
Ascending,
Descending,
Ignore,
}
Expand description
Order of a Field
.
Variants
Ascending
Ascending order
Descending
Descending order
Ignore
Order is to be ignored
Trait Implementations
impl Copy for Order
impl StructuralPartialEq for Order
Auto Trait Implementations
impl RefUnwindSafe for Order
impl Send for Order
impl Sync for Order
impl Unpin for Order
impl UnwindSafe for Order
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more