pub enum CqlSortDirection {
Asc,
Desc,
}Expand description
Sort direction
Variants§
Trait Implementations§
Source§impl Clone for CqlSortDirection
impl Clone for CqlSortDirection
Source§fn clone(&self) -> CqlSortDirection
fn clone(&self) -> CqlSortDirection
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 CqlSortDirection
impl Debug for CqlSortDirection
Source§impl<'de> Deserialize<'de> for CqlSortDirection
impl<'de> Deserialize<'de> for CqlSortDirection
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for CqlSortDirection
impl PartialEq for CqlSortDirection
Source§fn eq(&self, other: &CqlSortDirection) -> bool
fn eq(&self, other: &CqlSortDirection) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for CqlSortDirection
impl Serialize for CqlSortDirection
impl StructuralPartialEq for CqlSortDirection
Auto Trait Implementations§
impl Freeze for CqlSortDirection
impl RefUnwindSafe for CqlSortDirection
impl Send for CqlSortDirection
impl Sync for CqlSortDirection
impl Unpin for CqlSortDirection
impl UnsafeUnpin for CqlSortDirection
impl UnwindSafe for CqlSortDirection
Blanket Implementations§
impl<T> Allocation for T
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