Struct bookdata::openlib::work::WorkAuthorRec
source · pub struct WorkAuthorRec {
pub id: i32,
pub pos: i16,
pub author: i32,
}
Expand description
Work-author link in extracted Parquet.
Fields§
§id: i32
§pos: i16
Trait Implementations§
source§impl Clone for WorkAuthorRec
impl Clone for WorkAuthorRec
source§fn clone(&self) -> WorkAuthorRec
fn clone(&self) -> WorkAuthorRec
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 Debug for WorkAuthorRec
impl Debug for WorkAuthorRec
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.
source§impl<'a> FrameStruct<'a, WorkAuthorRec> for WorkAuthorRecFrame<'a>
impl<'a> FrameStruct<'a, WorkAuthorRec> for WorkAuthorRecFrame<'a>
source§impl TableRow for WorkAuthorRec
impl TableRow for WorkAuthorRec
§type Frame<'a> = WorkAuthorRecFrame<'a>
type Frame<'a> = WorkAuthorRecFrame<'a>
The frame struct for this row type.
§type Builder = WorkAuthorRecFrameBuilder
type Builder = WorkAuthorRecFrameBuilder
The frame builder type for this row type.
Auto Trait Implementations§
impl RefUnwindSafe for WorkAuthorRec
impl Send for WorkAuthorRec
impl Sync for WorkAuthorRec
impl Unpin for WorkAuthorRec
impl UnwindSafe for WorkAuthorRec
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