pub struct WindowFunctionWithoutPartition;Trait Implementations§
Auto Trait Implementations§
impl Freeze for WindowFunctionWithoutPartition
impl RefUnwindSafe for WindowFunctionWithoutPartition
impl Send for WindowFunctionWithoutPartition
impl Sync for WindowFunctionWithoutPartition
impl Unpin for WindowFunctionWithoutPartition
impl UnsafeUnpin for WindowFunctionWithoutPartition
impl UnwindSafe for WindowFunctionWithoutPartition
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