Struct tusk_rs::query::PostgresWrite
source · pub struct PostgresWrite {
pub fields: &'static [&'static str],
pub arguments: Vec<Box<dyn ToSql + Sync>>,
}Fields§
§fields: &'static [&'static str]§arguments: Vec<Box<dyn ToSql + Sync>>Implementations§
source§impl PostgresWrite
impl PostgresWrite
Trait Implementations§
Auto Trait Implementations§
impl Freeze for PostgresWrite
impl !RefUnwindSafe for PostgresWrite
impl !Send for PostgresWrite
impl Sync for PostgresWrite
impl Unpin for PostgresWrite
impl !UnwindSafe for PostgresWrite
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