Struct rsfbclient_rust::PrepareInfo
source · 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: bool
Auto Trait Implementations§
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