pub struct Done {
pub status: DoneStatus,
pub cur_cmd: u16,
pub row_count: u64,
}Expand description
Done token indicating statement completion.
Fields§
§status: DoneStatusStatus flags.
cur_cmd: u16Current command.
row_count: u64Row count (if applicable).
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Done
impl RefUnwindSafe for Done
impl Send for Done
impl Sync for Done
impl Unpin for Done
impl UnwindSafe for Done
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