pub enum ServiceOfferingKindCode {
Boarding,
Daycare,
Grooming,
Training,
RetailPartnerProduct,
}Expand description
Discriminator for the service-line variant represented by a flattened offering record.
Variants§
Boarding
Stable storage code for boarding.
Daycare
Stable storage code for daycare.
Grooming
Stable storage code for grooming.
Training
Stable storage code for training.
RetailPartnerProduct
Stable storage code for retail partner product.
Trait Implementations§
Source§impl Clone for ServiceOfferingKindCode
impl Clone for ServiceOfferingKindCode
Source§fn clone(&self) -> ServiceOfferingKindCode
fn clone(&self) -> ServiceOfferingKindCode
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 ServiceOfferingKindCode
impl Debug for ServiceOfferingKindCode
Source§impl<'de> Deserialize<'de> for ServiceOfferingKindCode
impl<'de> Deserialize<'de> for ServiceOfferingKindCode
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 ServiceOfferingKindCode
impl PartialEq for ServiceOfferingKindCode
Source§impl Serialize for ServiceOfferingKindCode
impl Serialize for ServiceOfferingKindCode
impl Copy for ServiceOfferingKindCode
impl Eq for ServiceOfferingKindCode
impl StructuralPartialEq for ServiceOfferingKindCode
Auto Trait Implementations§
impl Freeze for ServiceOfferingKindCode
impl RefUnwindSafe for ServiceOfferingKindCode
impl Send for ServiceOfferingKindCode
impl Sync for ServiceOfferingKindCode
impl Unpin for ServiceOfferingKindCode
impl UnsafeUnpin for ServiceOfferingKindCode
impl UnwindSafe for ServiceOfferingKindCode
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