Enum sea_query::query::WindowSelectType
source · pub enum WindowSelectType {
Name(DynIden),
Query(WindowStatement),
}
Expand description
Window type in SelectExpr
Variants§
Trait Implementations§
source§impl Clone for WindowSelectType
impl Clone for WindowSelectType
source§fn clone(&self) -> WindowSelectType
fn clone(&self) -> WindowSelectType
Returns a copy 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 WindowSelectType
impl Debug for WindowSelectType
source§impl PartialEq<WindowSelectType> for WindowSelectType
impl PartialEq<WindowSelectType> for WindowSelectType
source§fn eq(&self, other: &WindowSelectType) -> bool
fn eq(&self, other: &WindowSelectType) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for WindowSelectType
Auto Trait Implementations§
impl !RefUnwindSafe for WindowSelectType
impl Send for WindowSelectType
impl Sync for WindowSelectType
impl Unpin for WindowSelectType
impl !UnwindSafe for WindowSelectType
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