pub struct WindowOrderBy {
pub field: String,
pub descending: bool,
}Expand description
윈도우 ORDER BY 절의 개별 항목
Fields§
§field: String§descending: boolTrait Implementations§
Source§impl Clone for WindowOrderBy
impl Clone for WindowOrderBy
Source§fn clone(&self) -> WindowOrderBy
fn clone(&self) -> WindowOrderBy
Returns a duplicate of the value. Read more
1.0.0 · 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 WindowOrderBy
impl Debug for WindowOrderBy
Source§impl PartialEq for WindowOrderBy
impl PartialEq for WindowOrderBy
impl StructuralPartialEq for WindowOrderBy
Auto Trait Implementations§
impl Freeze for WindowOrderBy
impl RefUnwindSafe for WindowOrderBy
impl Send for WindowOrderBy
impl Sync for WindowOrderBy
impl Unpin for WindowOrderBy
impl UnsafeUnpin for WindowOrderBy
impl UnwindSafe for WindowOrderBy
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