pub struct CommonOkPacket;Expand description
Ok packet that is not a result set terminator.
Trait Implementations§
Source§impl Clone for CommonOkPacket
impl Clone for CommonOkPacket
Source§fn clone(&self) -> CommonOkPacket
fn clone(&self) -> CommonOkPacket
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 CommonOkPacket
impl Debug for CommonOkPacket
Source§impl Hash for CommonOkPacket
impl Hash for CommonOkPacket
Source§impl OkPacketKind for CommonOkPacket
impl OkPacketKind for CommonOkPacket
const HEADER: u8 = 0u8
fn parse_body<'de>( capabilities: CapabilityFlags, buf: &mut ParseBuf<'de>, ) -> Result<OkPacketBody<'de>>
Source§impl PartialEq for CommonOkPacket
impl PartialEq for CommonOkPacket
impl Copy for CommonOkPacket
impl Eq for CommonOkPacket
impl StructuralPartialEq for CommonOkPacket
Auto Trait Implementations§
impl Freeze for CommonOkPacket
impl RefUnwindSafe for CommonOkPacket
impl Send for CommonOkPacket
impl Sync for CommonOkPacket
impl Unpin for CommonOkPacket
impl UnwindSafe for CommonOkPacket
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