Struct bookdata::cli::cluster_books::ClusterCode
source · struct ClusterCode {
book_code: i32,
cluster: i32,
node_type: String,
label: Option<String>,
}
Fields§
§book_code: i32
§cluster: i32
§node_type: String
§label: Option<String>
Trait Implementations§
source§impl Debug for ClusterCode
impl Debug for ClusterCode
source§impl FrameBuilder<ClusterCode> for ClusterCodeFrameBuilder
impl FrameBuilder<ClusterCode> for ClusterCodeFrameBuilder
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: ClusterCode)
fn append_row(&mut self, row: ClusterCode)
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, ClusterCode> for ClusterCodeFrame<'a>
impl<'a> FrameStruct<'a, ClusterCode> for ClusterCodeFrame<'a>
source§impl TableRow for ClusterCode
impl TableRow for ClusterCode
§type Frame<'a> = ClusterCodeFrame<'a>
type Frame<'a> = ClusterCodeFrame<'a>
The frame struct for this row type.
§type Builder = ClusterCodeFrameBuilder
type Builder = ClusterCodeFrameBuilder
The frame builder type for this row type.
Auto Trait Implementations§
impl RefUnwindSafe for ClusterCode
impl Send for ClusterCode
impl Sync for ClusterCode
impl Unpin for ClusterCode
impl UnwindSafe for ClusterCode
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