pub struct Statement { /* private fields */ }Expand description
Prepared statement
Implementations§
Source§impl Statement
impl Statement
Sourcepub fn parameters(&self) -> &[Value]
pub fn parameters(&self) -> &[Value]
Get parameters
Sourcepub fn clear_params(&mut self)
pub fn clear_params(&mut self)
Clear parameters
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Statement
impl !RefUnwindSafe for Statement
impl Send for Statement
impl Sync for Statement
impl Unpin for Statement
impl !UnwindSafe for Statement
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