pub struct DoneInProc {
pub status: DoneStatus,
pub cur_cmd: u16,
pub row_count: u64,
}Expand description
Done in procedure token.
Fields§
§status: DoneStatusStatus flags.
cur_cmd: u16Current command.
row_count: u64Row count.
Implementations§
Source§impl DoneInProc
impl DoneInProc
Trait Implementations§
Source§impl Clone for DoneInProc
impl Clone for DoneInProc
Source§fn clone(&self) -> DoneInProc
fn clone(&self) -> DoneInProc
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for DoneInProc
impl Debug for DoneInProc
impl Copy for DoneInProc
Auto Trait Implementations§
impl Freeze for DoneInProc
impl RefUnwindSafe for DoneInProc
impl Send for DoneInProc
impl Sync for DoneInProc
impl Unpin for DoneInProc
impl UnwindSafe for DoneInProc
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