[][src]Struct mysql_common::packets::StmtPacket

pub struct StmtPacket { /* fields omitted */ }

Represents MySql's statement packet.

Methods

impl StmtPacket[src]

pub fn statement_id(&self) -> u32[src]

Value of the statement_id field of a statement packet.

pub fn num_columns(&self) -> u16[src]

Value of the num_columns field of a statement packet.

pub fn num_params(&self) -> u16[src]

Value of the num_params field of a statement packet.

pub fn warning_count(&self) -> u16[src]

Value of the warning_count field of a statement packet.

Auto Trait Implementations

Blanket Implementations

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<V, T> VZip<V> for T where
    V: MultiLane<T>, 

impl<T> Same<T> for T

type Output = T

Should always be Self