pub struct EofPacket {
pub warnings: u16,
pub status: u16,
}Expand description
An EOF packet, marking the end of a section of a result set.
Fields§
§warnings: u16§status: u16Trait Implementations§
Auto Trait Implementations§
impl Freeze for EofPacket
impl RefUnwindSafe for EofPacket
impl Send for EofPacket
impl Sync for EofPacket
impl Unpin for EofPacket
impl UnsafeUnpin for EofPacket
impl UnwindSafe for EofPacket
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