pub struct RawStatement {
pub sql: String,
pub args: Vec<Value>,
}Fields§
§sql: String§args: Vec<Value>Auto Trait Implementations§
impl Freeze for RawStatement
impl RefUnwindSafe for RawStatement
impl Send for RawStatement
impl Sync for RawStatement
impl Unpin for RawStatement
impl UnsafeUnpin for RawStatement
impl UnwindSafe for RawStatement
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