Struct bookdata::openlib::work::WorkAuthorRecFrameBuilder
source · pub struct WorkAuthorRecFrameBuilder {
id: <i32 as ColType>::Builder,
pos: <i16 as ColType>::Builder,
author: <i32 as ColType>::Builder,
}
Fields§
§id: <i32 as ColType>::Builder
§pos: <i16 as ColType>::Builder
Trait Implementations§
source§impl FrameBuilder<WorkAuthorRec> for WorkAuthorRecFrameBuilder
impl FrameBuilder<WorkAuthorRec> for WorkAuthorRecFrameBuilder
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: WorkAuthorRec)
fn append_row(&mut self, row: WorkAuthorRec)
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 WorkAuthorRecFrameBuilder
impl Send for WorkAuthorRecFrameBuilder
impl Sync for WorkAuthorRecFrameBuilder
impl Unpin for WorkAuthorRecFrameBuilder
impl UnwindSafe for WorkAuthorRecFrameBuilder
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