Enum sea_query::types::NullOrdering
source · [−]pub enum NullOrdering {
First,
Last,
}
Expand description
Nulls order
Variants
First
Last
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for NullOrdering
impl Send for NullOrdering
impl Sync for NullOrdering
impl Unpin for NullOrdering
impl UnwindSafe for NullOrdering
Blanket Implementations
Mutably borrows from an owned value. Read more