Expand description
Marks the end of a result set, returning status and warnings.
Note
The EOF packet is deprecated as of MySQL 5.7.5. SQLx only uses this packet for MySQL prior MySQL versions.
Fields
warnings: u16
status: Status
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for EofPacket
impl Send for EofPacket
impl Sync for EofPacket
impl Unpin for EofPacket
impl UnwindSafe for EofPacket
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more