pub struct ReviewBatch {
pub review: Option<ReviewEvent>,
pub reviews: Vec<ReviewEvent>,
pub returned: usize,
pub remaining: usize,
}Fields§
§review: Option<ReviewEvent>§reviews: Vec<ReviewEvent>§returned: usize§remaining: usizeTrait Implementations§
Source§impl Clone for ReviewBatch
impl Clone for ReviewBatch
Source§fn clone(&self) -> ReviewBatch
fn clone(&self) -> ReviewBatch
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for ReviewBatch
impl Debug for ReviewBatch
Auto Trait Implementations§
impl Freeze for ReviewBatch
impl RefUnwindSafe for ReviewBatch
impl Send for ReviewBatch
impl Sync for ReviewBatch
impl Unpin for ReviewBatch
impl UnsafeUnpin for ReviewBatch
impl UnwindSafe for ReviewBatch
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