pub struct WindowFunctionsStatement {
pub window_values: HashMap<String, WindowValue>,
}
Fields§
§window_values: HashMap<String, WindowValue>
Trait Implementations§
Source§impl Clone for WindowFunctionsStatement
impl Clone for WindowFunctionsStatement
Source§fn clone(&self) -> WindowFunctionsStatement
fn clone(&self) -> WindowFunctionsStatement
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 WindowFunctionsStatement
impl !RefUnwindSafe for WindowFunctionsStatement
impl !Send for WindowFunctionsStatement
impl !Sync for WindowFunctionsStatement
impl Unpin for WindowFunctionsStatement
impl !UnwindSafe for WindowFunctionsStatement
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