pub struct Done {
pub kind: DoneKind,
pub status: u16,
pub current_command: u16,
pub rows: u64,
}Fields§
§kind: DoneKind§status: u16§current_command: u16§rows: u64Implementations§
Trait Implementations§
impl Copy for Done
impl Eq for Done
impl StructuralPartialEq for Done
Auto Trait Implementations§
impl Freeze for Done
impl RefUnwindSafe for Done
impl Send for Done
impl Sync for Done
impl Unpin for Done
impl UnsafeUnpin 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