pub enum StayField {
Id,
PetRecordId,
LocationRecordId,
Status,
}Expand description
Stay/read-model fields checked before analytics and labor views trust a record.
Variants§
Id
Id data-quality finding for cleanup or review.
PetRecordId
Pet record id data-quality finding for cleanup or review.
LocationRecordId
Location record id data-quality finding for cleanup or review.
Status
Status data-quality finding for cleanup or review.
Trait Implementations§
Source§impl<'de> Deserialize<'de> for StayField
impl<'de> Deserialize<'de> for StayField
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
impl Copy for StayField
impl Eq for StayField
impl StructuralPartialEq for StayField
Auto Trait Implementations§
impl Freeze for StayField
impl RefUnwindSafe for StayField
impl Send for StayField
impl Sync for StayField
impl Unpin for StayField
impl UnsafeUnpin for StayField
impl UnwindSafe for StayField
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