pub struct PrepareInfo {
pub stmt_type: StmtType,
pub param_count: usize,
pub truncated: bool,
}Expand description
Data returned for a prepare statement
Fields§
§stmt_type: StmtType§param_count: usize§truncated: boolAuto Trait Implementations§
impl Freeze for PrepareInfo
impl RefUnwindSafe for PrepareInfo
impl Send for PrepareInfo
impl Sync for PrepareInfo
impl Unpin for PrepareInfo
impl UnwindSafe for PrepareInfo
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