pub enum RecordKind {
PetResortPortfolio,
ServiceOffering,
CoreServiceContracts,
DataQualityHygieneOutcome,
}Expand description
Storage record families used in shape-validation diagnostics.
Variants§
PetResortPortfolio
Portfolio seed facts used to orient multi-brand NVA pet-resort assumptions.
ServiceOffering
Flattened record for one boarding, daycare, grooming, training, or retail offering.
CoreServiceContracts
Location-level snapshot of enabled service-line contracts.
DataQualityHygieneOutcome
Labor-evidence record for a data-quality hygiene workflow outcome.
Trait Implementations§
Source§impl Clone for RecordKind
impl Clone for RecordKind
Source§fn clone(&self) -> RecordKind
fn clone(&self) -> RecordKind
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 RecordKind
impl Debug for RecordKind
Source§impl PartialEq for RecordKind
impl PartialEq for RecordKind
impl Copy for RecordKind
impl Eq for RecordKind
impl StructuralPartialEq for RecordKind
Auto Trait Implementations§
impl Freeze for RecordKind
impl RefUnwindSafe for RecordKind
impl Send for RecordKind
impl Sync for RecordKind
impl Unpin for RecordKind
impl UnsafeUnpin for RecordKind
impl UnwindSafe for RecordKind
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