pub struct Policy;Expand description
Boarding care-readiness policy for feeding instructions and medication review.
Implementations§
Source§impl Policy
impl Policy
Sourcepub fn plan_for_pet(&self, pet_id: PetId, profile: &CareProfile) -> Plan
pub fn plan_for_pet(&self, pet_id: PetId, profile: &CareProfile) -> Plan
Builds the pet-specific check-in care plan and review gates from the source care profile.
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