pub struct Policy;Expand description
Boarding upsell policy that classifies offer eligibility from care evidence.
Implementations§
Source§impl Policy
impl Policy
Sourcepub fn evaluate_exit_bath(
&self,
reservation_id: Id,
pet_id: PetId,
care_profile: &CareProfile,
) -> Recommendation
pub fn evaluate_exit_bath( &self, reservation_id: Id, pet_id: PetId, care_profile: &CareProfile, ) -> Recommendation
Evaluates whether an exit-bath offer can be drafted or must be held for care-team review.
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