Struct bookdata::goodreads::review::ReviewRecordFrame
source · pub struct ReviewRecordFrame<'a> {
rec_id: &'a <u32 as ColType>::Array,
review_id: &'a <i64 as ColType>::Array,
user_id: &'a <i32 as ColType>::Array,
book_id: &'a <i32 as ColType>::Array,
work_id: &'a <Option<i32> as ColType>::Array,
cluster: &'a <i32 as ColType>::Array,
rating: &'a <Option<f32> as ColType>::Array,
review: &'a <String as ColType>::Array,
n_votes: &'a <i32 as ColType>::Array,
added: &'a <f32 as ColType>::Array,
updated: &'a <f32 as ColType>::Array,
}
Fields§
§rec_id: &'a <u32 as ColType>::Array
§review_id: &'a <i64 as ColType>::Array
§user_id: &'a <i32 as ColType>::Array
§book_id: &'a <i32 as ColType>::Array
§work_id: &'a <Option<i32> as ColType>::Array
§cluster: &'a <i32 as ColType>::Array
§rating: &'a <Option<f32> as ColType>::Array
§review: &'a <String as ColType>::Array
§n_votes: &'a <i32 as ColType>::Array
§added: &'a <f32 as ColType>::Array
§updated: &'a <f32 as ColType>::Array
Trait Implementations§
source§impl<'a> FrameStruct<'a, ReviewRecord> for ReviewRecordFrame<'a>
impl<'a> FrameStruct<'a, ReviewRecord> for ReviewRecordFrame<'a>
Auto Trait Implementations§
impl<'a> !RefUnwindSafe for ReviewRecordFrame<'a>
impl<'a> Send for ReviewRecordFrame<'a>
impl<'a> Sync for ReviewRecordFrame<'a>
impl<'a> Unpin for ReviewRecordFrame<'a>
impl<'a> !UnwindSafe for ReviewRecordFrame<'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