pub enum EsSortOrder {
Asc,
Desc,
}Variants§
Trait Implementations§
Source§impl Clone for EsSortOrder
impl Clone for EsSortOrder
Source§fn clone(&self) -> EsSortOrder
fn clone(&self) -> EsSortOrder
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 EsSortOrder
impl Debug for EsSortOrder
Source§impl<'de> Deserialize<'de> for EsSortOrder
impl<'de> Deserialize<'de> for EsSortOrder
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 EsSortOrder
impl PartialEq for EsSortOrder
Source§impl Serialize for EsSortOrder
impl Serialize for EsSortOrder
impl StructuralPartialEq for EsSortOrder
Auto Trait Implementations§
impl Freeze for EsSortOrder
impl RefUnwindSafe for EsSortOrder
impl Send for EsSortOrder
impl Sync for EsSortOrder
impl Unpin for EsSortOrder
impl UnsafeUnpin for EsSortOrder
impl UnwindSafe for EsSortOrder
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