Struct bookdata::cli::cluster_books::ClusterStatFrame
source · pub struct ClusterStatFrame<'a> {
cluster: &'a <i32 as ColType>::Array,
n_nodes: &'a <u32 as ColType>::Array,
n_isbns: &'a <u32 as ColType>::Array,
n_loc_recs: &'a <u32 as ColType>::Array,
n_ol_editions: &'a <u32 as ColType>::Array,
n_ol_works: &'a <u32 as ColType>::Array,
n_gr_books: &'a <u32 as ColType>::Array,
n_gr_works: &'a <u32 as ColType>::Array,
}
Fields§
§cluster: &'a <i32 as ColType>::Array
§n_nodes: &'a <u32 as ColType>::Array
§n_isbns: &'a <u32 as ColType>::Array
§n_loc_recs: &'a <u32 as ColType>::Array
§n_ol_editions: &'a <u32 as ColType>::Array
§n_ol_works: &'a <u32 as ColType>::Array
§n_gr_books: &'a <u32 as ColType>::Array
§n_gr_works: &'a <u32 as ColType>::Array
Trait Implementations§
source§impl<'a> FrameStruct<'a, ClusterStat> for ClusterStatFrame<'a>
impl<'a> FrameStruct<'a, ClusterStat> for ClusterStatFrame<'a>
Auto Trait Implementations§
impl<'a> !RefUnwindSafe for ClusterStatFrame<'a>
impl<'a> Send for ClusterStatFrame<'a>
impl<'a> Sync for ClusterStatFrame<'a>
impl<'a> Unpin for ClusterStatFrame<'a>
impl<'a> !UnwindSafe for ClusterStatFrame<'a>
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