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