Struct rsfbclient_rust::PrepareInfo
source · [−]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
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