pub struct RowNumberState { /* private fields */ }Auto Trait Implementations§
impl Freeze for RowNumberState
impl RefUnwindSafe for RowNumberState
impl Send for RowNumberState
impl Sync for RowNumberState
impl Unpin for RowNumberState
impl UnsafeUnpin for RowNumberState
impl UnwindSafe for RowNumberState
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