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 more