pub struct PrepareOk {
pub statement_id: u32,
pub columns: u16,
pub params: u16,
pub warnings: u16,
}
Fields
statement_id: u32
columns: u16
params: u16
warnings: u16
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for PrepareOk
impl Send for PrepareOk
impl Sync for PrepareOk
impl Unpin for PrepareOk
impl UnwindSafe for PrepareOk
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