pub struct WindowDefinition {
pub name: Option<String>,
pub partitioning_clause: Option<WindowPartitioningClause>,
pub ordering_clause: Option<WindowOrderingClause>,
}
Fields§
§name: Option<String>
§partitioning_clause: Option<WindowPartitioningClause>
§ordering_clause: Option<WindowOrderingClause>
Trait Implementations§
Source§impl Clone for WindowDefinition
impl Clone for WindowDefinition
Source§fn clone(&self) -> WindowDefinition
fn clone(&self) -> WindowDefinition
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 moreAuto Trait Implementations§
impl Freeze for WindowDefinition
impl !RefUnwindSafe for WindowDefinition
impl !Send for WindowDefinition
impl !Sync for WindowDefinition
impl Unpin for WindowDefinition
impl !UnwindSafe for WindowDefinition
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