pub struct CsvWriter<W: Write> { /* private fields */ }
Implementations§
Auto Trait Implementations§
impl<W> Freeze for CsvWriter<W>where
W: Freeze,
impl<W> RefUnwindSafe for CsvWriter<W>where
W: RefUnwindSafe,
impl<W> Send for CsvWriter<W>where
W: Send,
impl<W> Sync for CsvWriter<W>where
W: Sync,
impl<W> Unpin for CsvWriter<W>where
W: Unpin,
impl<W> UnwindSafe for CsvWriter<W>where
W: UnwindSafe,
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
Source§impl<T> IntoSql for T
impl<T> IntoSql for T
Source§fn into_sql<T>(self) -> Self::Expressionwhere
Self: Sized + AsExpression<T>,
fn into_sql<T>(self) -> Self::Expressionwhere
Self: Sized + AsExpression<T>,
Convert
self
to an expression for Diesel’s query builder. Read moreSource§fn as_sql<'a, T>(&'a self) -> <&'a Self as AsExpression<T>>::Expressionwhere
&'a Self: AsExpression<T>,
fn as_sql<'a, T>(&'a self) -> <&'a Self as AsExpression<T>>::Expressionwhere
&'a Self: AsExpression<T>,
Convert
&self
to an expression for Diesel’s query builder. Read more