pub struct ReviewLog {
pub rating: Rating,
pub elapsed_days: i64,
pub scheduled_days: i64,
pub state: State,
pub reviewed_date: DateTime<Utc>,
}Fields§
§rating: Rating§elapsed_days: i64§scheduled_days: i64§state: State§reviewed_date: DateTime<Utc>Trait Implementations§
impl Eq for ReviewLog
impl StructuralPartialEq for ReviewLog
Auto Trait Implementations§
impl Freeze for ReviewLog
impl RefUnwindSafe for ReviewLog
impl Send for ReviewLog
impl Sync for ReviewLog
impl Unpin for ReviewLog
impl UnwindSafe for ReviewLog
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