pub struct Affected {
pub affected_rows: u64,
pub last_insert_id: u64,
}
Fields§
§affected_rows: u64
§last_insert_id: u64
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Affected
impl RefUnwindSafe for Affected
impl Send for Affected
impl Sync for Affected
impl Unpin for Affected
impl UnwindSafe for Affected
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