pub struct SpringSourceRowBuilder(/* private fields */);
Expand description
Builder of SpringSourceRow
.
Implementations§
Source§impl SpringSourceRowBuilder
impl SpringSourceRowBuilder
Sourcepub fn add_column<S, V>(self, column_name: S, value: V) -> Result<Self>
pub fn add_column<S, V>(self, column_name: S, value: V) -> Result<Self>
Sourcepub fn build(self) -> SpringSourceRow
pub fn build(self) -> SpringSourceRow
Create a final source row.
Trait Implementations§
Source§impl Clone for SpringSourceRowBuilder
impl Clone for SpringSourceRowBuilder
Source§fn clone(&self) -> SpringSourceRowBuilder
fn clone(&self) -> SpringSourceRowBuilder
Returns a duplicate 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 Debug for SpringSourceRowBuilder
impl Debug for SpringSourceRowBuilder
Source§impl Default for SpringSourceRowBuilder
impl Default for SpringSourceRowBuilder
Source§fn default() -> SpringSourceRowBuilder
fn default() -> SpringSourceRowBuilder
Returns the “default value” for a type. Read more
Source§impl PartialEq for SpringSourceRowBuilder
impl PartialEq for SpringSourceRowBuilder
impl StructuralPartialEq for SpringSourceRowBuilder
Auto Trait Implementations§
impl Freeze for SpringSourceRowBuilder
impl RefUnwindSafe for SpringSourceRowBuilder
impl Send for SpringSourceRowBuilder
impl Sync for SpringSourceRowBuilder
impl Unpin for SpringSourceRowBuilder
impl UnwindSafe for SpringSourceRowBuilder
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