Struct bookdata::cli::cluster::author_gender::authors::NameRowFrameBuilder
source · pub struct NameRowFrameBuilder {
rec_id: <u32 as ColType>::Builder,
name: <String as ColType>::Builder,
}
Fields§
§rec_id: <u32 as ColType>::Builder
§name: <String as ColType>::Builder
Trait Implementations§
source§impl FrameBuilder<NameRow> for NameRowFrameBuilder
impl FrameBuilder<NameRow> for NameRowFrameBuilder
source§fn with_capacity(cap: usize) -> Self
fn with_capacity(cap: usize) -> Self
Instantiate a frame builder with a specified capacity.
source§fn append_row(&mut self, row: NameRow)
fn append_row(&mut self, row: NameRow)
Add a row to the frame builder.
source§fn extend<I>(&mut self, iter: I)where
I: IntoIterator<Item = R>,
fn extend<I>(&mut self, iter: I)where
I: IntoIterator<Item = R>,
Add an iterable of items to the frame.
Auto Trait Implementations§
impl RefUnwindSafe for NameRowFrameBuilder
impl Send for NameRowFrameBuilder
impl Sync for NameRowFrameBuilder
impl Unpin for NameRowFrameBuilder
impl UnwindSafe for NameRowFrameBuilder
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