Enum sea_query::index::IndexOrder [−][src]
pub enum IndexOrder {
Asc,
Desc,
}Variants
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for IndexOrderimpl Send for IndexOrderimpl Sync for IndexOrderimpl Unpin for IndexOrderimpl UnwindSafe for IndexOrderBlanket Implementations
Mutably borrows from an owned value. Read more
type Output = T
type Output = TShould always be Self
pub fn vzip(self) -> V