pub struct GradingChecklist {
pub items: Vec<GradingChecklistItem>,
pub enabled: bool,
pub weight: f32,
pub review_probability: f32,
}Fields§
§items: Vec<GradingChecklistItem>§enabled: bool§weight: f32§review_probability: f32Trait Implementations§
Source§impl Default for GradingChecklist
impl Default for GradingChecklist
Auto Trait Implementations§
impl Freeze for GradingChecklist
impl RefUnwindSafe for GradingChecklist
impl Send for GradingChecklist
impl Sync for GradingChecklist
impl Unpin for GradingChecklist
impl UnwindSafe for GradingChecklist
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