pub enum ColumnQueryOrdering {
Ascending,
Descending,
}Variants§
Trait Implementations§
Source§impl IntoSqlite for ColumnQueryOrdering
impl IntoSqlite for ColumnQueryOrdering
fn into_sqlite(&self) -> String
Auto Trait Implementations§
impl Freeze for ColumnQueryOrdering
impl RefUnwindSafe for ColumnQueryOrdering
impl Send for ColumnQueryOrdering
impl Sync for ColumnQueryOrdering
impl Unpin for ColumnQueryOrdering
impl UnwindSafe for ColumnQueryOrdering
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more