pub struct WindowSpec(/* private fields */);Implementations§
Source§impl WindowSpec
impl WindowSpec
pub fn partition_by<U>(self, _col: U) -> Self
pub fn order_by<U>(self, _col: U) -> Self
pub fn order_by_desc<U>(self, _col: U) -> Self
Auto Trait Implementations§
impl Freeze for WindowSpec
impl RefUnwindSafe for WindowSpec
impl Send for WindowSpec
impl Sync for WindowSpec
impl Unpin for WindowSpec
impl UnsafeUnpin for WindowSpec
impl UnwindSafe for WindowSpec
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