pub struct OrderBy {
pub kind: OrderByKind,
pub interpolate: Option<Interpolate>,
}
Fields§
§kind: OrderByKind
§interpolate: Option<Interpolate>
Optional: INTERPOLATE
Supported by [ClickHouse syntax]
Trait Implementations§
Source§impl<'de> Deserialize<'de> for OrderBy
impl<'de> Deserialize<'de> for OrderBy
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 Ord for OrderBy
impl Ord for OrderBy
Source§impl PartialOrd for OrderBy
impl PartialOrd for OrderBy
Source§impl VisitMut for OrderBy
impl VisitMut for OrderBy
fn visit<V: VisitorMut>(&mut self, visitor: &mut V) -> ControlFlow<V::Break>
impl Eq for OrderBy
impl StructuralPartialEq for OrderBy
Auto Trait Implementations§
impl Freeze for OrderBy
impl RefUnwindSafe for OrderBy
impl Send for OrderBy
impl Sync for OrderBy
impl Unpin for OrderBy
impl UnwindSafe for OrderBy
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