pub enum AgePolicyReason {
BoardingMinimum,
DayPlayMinimum,
DaycareMinimum,
ServiceSpecificMinimum,
}Expand description
Reasons a pet may be blocked by age rules for a service.
Variants§
BoardingMinimum
Minimum-age rule for boarding reservations.
DayPlayMinimum
Minimum-age rule for day-play reservations.
DaycareMinimum
Minimum-age rule for daycare reservations.
ServiceSpecificMinimum
Minimum-age rule configured for a specific service.
Trait Implementations§
Source§impl Clone for AgePolicyReason
impl Clone for AgePolicyReason
Source§fn clone(&self) -> AgePolicyReason
fn clone(&self) -> AgePolicyReason
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for AgePolicyReason
impl Debug for AgePolicyReason
Source§impl<'de> Deserialize<'de> for AgePolicyReason
impl<'de> Deserialize<'de> for AgePolicyReason
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for AgePolicyReason
impl PartialEq for AgePolicyReason
Source§impl Serialize for AgePolicyReason
impl Serialize for AgePolicyReason
impl Copy for AgePolicyReason
impl Eq for AgePolicyReason
impl StructuralPartialEq for AgePolicyReason
Auto Trait Implementations§
impl Freeze for AgePolicyReason
impl RefUnwindSafe for AgePolicyReason
impl Send for AgePolicyReason
impl Sync for AgePolicyReason
impl Unpin for AgePolicyReason
impl UnsafeUnpin for AgePolicyReason
impl UnwindSafe for AgePolicyReason
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