pub struct DueRow {
pub control_id: String,
pub cadence: Cadence,
pub next_due: Option<NaiveDate>,
pub overdue: bool,
}Fields§
§control_id: String§cadence: Cadence§next_due: Option<NaiveDate>§overdue: boolTrait Implementations§
Auto Trait Implementations§
impl Freeze for DueRow
impl RefUnwindSafe for DueRow
impl Send for DueRow
impl Sync for DueRow
impl Unpin for DueRow
impl UnsafeUnpin for DueRow
impl UnwindSafe for DueRow
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