pub struct Policy;Expand description
Training policy object that converts source facts into assignment, report, package, or follow-up decisions.
Implementations§
Source§impl Policy
impl Policy
Sourcepub const fn plan(
&self,
trigger: Trigger,
cadence: FollowUpCadence,
evidence: EvidenceReadiness,
) -> Plan
pub const fn plan( &self, trigger: Trigger, cadence: FollowUpCadence, evidence: EvidenceReadiness, ) -> Plan
Builds a training follow-up plan from trigger, cadence, and evidence readiness.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Policy
impl RefUnwindSafe for Policy
impl Send for Policy
impl Sync for Policy
impl Unpin for Policy
impl UnsafeUnpin for Policy
impl UnwindSafe for Policy
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