pub struct NextReviewResponse {
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 NextReviewResponse
impl Clone for NextReviewResponse
Source§fn clone(&self) -> NextReviewResponse
fn clone(&self) -> NextReviewResponse
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 NextReviewResponse
impl Debug for NextReviewResponse
Auto Trait Implementations§
impl Freeze for NextReviewResponse
impl RefUnwindSafe for NextReviewResponse
impl Send for NextReviewResponse
impl Sync for NextReviewResponse
impl Unpin for NextReviewResponse
impl UnsafeUnpin for NextReviewResponse
impl UnwindSafe for NextReviewResponse
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