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