Struct ella_common::row::RowBuilder
source · pub struct RowBuilder<R> { /* private fields */ }Trait Implementations§
source§impl<R: Clone> Clone for RowBuilder<R>
impl<R: Clone> Clone for RowBuilder<R>
source§fn clone(&self) -> RowBuilder<R>
fn clone(&self) -> RowBuilder<R>
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl<R: Debug> Debug for RowBuilder<R>
impl<R: Debug> Debug for RowBuilder<R>
source§impl<R> RowBatchBuilder<Row<R>> for RowBuilder<R::Builder>where
R: RowFormat,
impl<R> RowBatchBuilder<Row<R>> for RowBuilder<R::Builder>where R: RowFormat,
Auto Trait Implementations§
impl<R> RefUnwindSafe for RowBuilder<R>where R: RefUnwindSafe,
impl<R> Send for RowBuilder<R>where R: Send,
impl<R> Sync for RowBuilder<R>where R: Sync,
impl<R> Unpin for RowBuilder<R>where R: Unpin,
impl<R> UnwindSafe for RowBuilder<R>where R: 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