Struct bookdata::cli::cluster_books::ISBNClusterRecFrame
source · pub struct ISBNClusterRecFrame<'a> {
isbn: &'a <Option<String> as ColType>::Array,
isbn_id: &'a <i32 as ColType>::Array,
cluster: &'a <i32 as ColType>::Array,
}
Fields§
§isbn: &'a <Option<String> as ColType>::Array
§isbn_id: &'a <i32 as ColType>::Array
§cluster: &'a <i32 as ColType>::Array
Trait Implementations§
source§impl<'a> FrameStruct<'a, ISBNClusterRec> for ISBNClusterRecFrame<'a>
impl<'a> FrameStruct<'a, ISBNClusterRec> for ISBNClusterRecFrame<'a>
Auto Trait Implementations§
impl<'a> !RefUnwindSafe for ISBNClusterRecFrame<'a>
impl<'a> Send for ISBNClusterRecFrame<'a>
impl<'a> Sync for ISBNClusterRecFrame<'a>
impl<'a> Unpin for ISBNClusterRecFrame<'a>
impl<'a> !UnwindSafe for ISBNClusterRecFrame<'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