Struct rorm_db::executor::AffectedRows
source · pub struct AffectedRows;Expand description
QueryStrategy returning how many rows have been affected by the query
type Result<'result> = impl Future<Output = Result<u64, Error>>
Trait Implementations§
impl QueryStrategy for AffectedRows
Auto Trait Implementations§
impl RefUnwindSafe for AffectedRows
impl Send for AffectedRows
impl Sync for AffectedRows
impl Unpin for AffectedRows
impl UnwindSafe for AffectedRows
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