Struct sqlx_exasol::ExaArguments
source · pub struct ExaArguments {
pub buf: ExaBuffer,
pub types: Vec<ExaTypeInfo>,
}Fields§
§buf: ExaBuffer§types: Vec<ExaTypeInfo>Trait Implementations§
source§impl<'q> Arguments<'q> for ExaArguments
impl<'q> Arguments<'q> for ExaArguments
type Database = Exasol
source§fn reserve(&mut self, additional: usize, size: usize)
fn reserve(&mut self, additional: usize, size: usize)
Reserves the capacity for at least
additional more values (of size total bytes) to
be added to the arguments without a reallocation.fn format_placeholder<W>(&self, writer: &mut W) -> Result<(), Error>where
W: Write,
source§impl Debug for ExaArguments
impl Debug for ExaArguments
source§impl Default for ExaArguments
impl Default for ExaArguments
source§fn default() -> ExaArguments
fn default() -> ExaArguments
Returns the “default value” for a type. Read more
source§impl<'q> IntoArguments<'q, <ExaArguments as Arguments<'q>>::Database> for ExaArguments
impl<'q> IntoArguments<'q, <ExaArguments as Arguments<'q>>::Database> for ExaArguments
fn into_arguments(self) -> ExaArguments
Auto Trait Implementations§
impl Freeze for ExaArguments
impl !RefUnwindSafe for ExaArguments
impl Send for ExaArguments
impl Sync for ExaArguments
impl Unpin for ExaArguments
impl !UnwindSafe for ExaArguments
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