Enum geekorm::QueryOrder
source · pub enum QueryOrder {
Asc,
Desc,
}
Expand description
Query Order (ASC / DESC)
Variants§
Trait Implementations§
source§impl Clone for QueryOrder
impl Clone for QueryOrder
source§fn clone(&self) -> QueryOrder
fn clone(&self) -> QueryOrder
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for QueryOrder
impl Debug for QueryOrder
source§impl ToSqlite for QueryOrder
impl ToSqlite for QueryOrder
source§fn on_create(&self, query: &QueryBuilder) -> Result<String, Error>
fn on_create(&self, query: &QueryBuilder) -> Result<String, Error>
Convert to SQLite for creating a table
source§fn on_select(&self, query: &QueryBuilder) -> Result<String, Error>
fn on_select(&self, query: &QueryBuilder) -> Result<String, Error>
Convert to SQLite for selecting a row
Auto Trait Implementations§
impl Freeze for QueryOrder
impl RefUnwindSafe for QueryOrder
impl Send for QueryOrder
impl Sync for QueryOrder
impl Unpin for QueryOrder
impl UnwindSafe for QueryOrder
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)