pub enum StorageField {
ResortCount,
BrandName,
GroomingCadenceWeeks,
TrainingProgramDurationWeeks,
ManagerDailyBriefLaborMinutes,
DataQualityHygieneLaborMinutes,
}Expand description
Persisted fields that can reject invalid domain values during storage conversion.
Variants§
ResortCount
Resort-count field promoted into a positive domain count.
BrandName
Freeform brand-name field preserved for non-enumerated pet-resort banners.
GroomingCadenceWeeks
Grooming cadence quantity persisted in weeks when cadence is known.
TrainingProgramDurationWeeks
Training program duration quantity persisted in weeks.
ManagerDailyBriefLaborMinutes
Manager daily-brief labor-minute field used for before/after evidence.
DataQualityHygieneLaborMinutes
Data-quality hygiene labor-minute field used for before/after evidence.
Trait Implementations§
Source§impl Clone for StorageField
impl Clone for StorageField
Source§fn clone(&self) -> StorageField
fn clone(&self) -> StorageField
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 StorageField
impl Debug for StorageField
Source§impl PartialEq for StorageField
impl PartialEq for StorageField
impl Copy for StorageField
impl Eq for StorageField
impl StructuralPartialEq for StorageField
Auto Trait Implementations§
impl Freeze for StorageField
impl RefUnwindSafe for StorageField
impl Send for StorageField
impl Sync for StorageField
impl Unpin for StorageField
impl UnsafeUnpin for StorageField
impl UnwindSafe for StorageField
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