Struct bookdata::amazon::RatingRowFrame
source · pub struct RatingRowFrame<'a> {
user: &'a <i32 as ColType>::Array,
asin: &'a <String as ColType>::Array,
rating: &'a <f32 as ColType>::Array,
timestamp: &'a <i64 as ColType>::Array,
}
Fields§
§user: &'a <i32 as ColType>::Array
§asin: &'a <String as ColType>::Array
§rating: &'a <f32 as ColType>::Array
§timestamp: &'a <i64 as ColType>::Array
Trait Implementations§
Auto Trait Implementations§
impl<'a> !RefUnwindSafe for RatingRowFrame<'a>
impl<'a> Send for RatingRowFrame<'a>
impl<'a> Sync for RatingRowFrame<'a>
impl<'a> Unpin for RatingRowFrame<'a>
impl<'a> !UnwindSafe for RatingRowFrame<'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