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