pub struct EsSort {
pub field: String,
pub order: EsSortOrder,
}Fields§
§field: String§order: EsSortOrderTrait Implementations§
Source§impl<'de> Deserialize<'de> for EsSort
impl<'de> Deserialize<'de> for EsSort
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
Auto Trait Implementations§
impl Freeze for EsSort
impl RefUnwindSafe for EsSort
impl Send for EsSort
impl Sync for EsSort
impl Unpin for EsSort
impl UnsafeUnpin for EsSort
impl UnwindSafe for EsSort
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