pub struct RowCount(/* private fields */);
Trait Implementations§
impl Copy for RowCount
Auto Trait Implementations§
impl Freeze for RowCount
impl RefUnwindSafe for RowCount
impl Send for RowCount
impl Sync for RowCount
impl Unpin for RowCount
impl UnwindSafe for RowCount
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