pub struct DenseRank;Expand description
The identity a selected dense_rank() OVER (..) is filed under in a row.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for DenseRank
impl RefUnwindSafe for DenseRank
impl Send for DenseRank
impl Sync for DenseRank
impl Unpin for DenseRank
impl UnsafeUnpin for DenseRank
impl UnwindSafe for DenseRank
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