Struct xxpg::LazyStatement
source · pub struct LazyStatement(pub Lazy<Statement>);Tuple Fields§
§0: Lazy<Statement>Trait Implementations§
source§impl ToStatement for LazyStatement
impl ToStatement for LazyStatement
source§fn __convert(&self) -> ToStatementType<'_>
fn __convert(&self) -> ToStatementType<'_>
A trait abstracting over prepared and unprepared statements.
Auto Trait Implementations§
impl !RefUnwindSafe for LazyStatement
impl Send for LazyStatement
impl Sync for LazyStatement
impl Unpin for LazyStatement
impl !UnwindSafe for LazyStatement
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