pub struct QueryOrderByDirection(pub String);Tuple Fields§
§0: StringImplementations§
Trait Implementations§
Source§impl Clone for QueryOrderByDirection
impl Clone for QueryOrderByDirection
Source§fn clone(&self) -> QueryOrderByDirection
fn clone(&self) -> QueryOrderByDirection
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 QueryOrderByDirection
impl Debug for QueryOrderByDirection
Source§impl Default for QueryOrderByDirection
impl Default for QueryOrderByDirection
Source§fn default() -> QueryOrderByDirection
fn default() -> QueryOrderByDirection
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for QueryOrderByDirection
impl<'de> Deserialize<'de> for QueryOrderByDirection
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
impl Eq for QueryOrderByDirection
Source§impl PartialEq for QueryOrderByDirection
impl PartialEq for QueryOrderByDirection
Source§impl Serialize for QueryOrderByDirection
impl Serialize for QueryOrderByDirection
impl StructuralPartialEq for QueryOrderByDirection
Auto Trait Implementations§
impl Freeze for QueryOrderByDirection
impl RefUnwindSafe for QueryOrderByDirection
impl Send for QueryOrderByDirection
impl Sync for QueryOrderByDirection
impl Unpin for QueryOrderByDirection
impl UnsafeUnpin for QueryOrderByDirection
impl UnwindSafe for QueryOrderByDirection
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