pub enum FieldSegment {
Show 13 variants
Reservation,
Stay,
Source,
CustomerRecordId,
PetRecordId,
LocationRecordId,
ServiceTypeRecordId,
Status,
OwnerPetRelationship,
RecordId,
Endpoint,
PayloadHash,
RawPayloadRef,
}Expand description
Path segment vocabulary for source fields that can fail validation.
Variants§
Reservation
Reservation record participating in the workflow.
Stay
Stay data-quality finding for cleanup or review.
Source
Source data-quality finding for cleanup or review.
CustomerRecordId
Customer record 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.
ServiceTypeRecordId
Service type record id data-quality finding for cleanup or review.
Status
Status data-quality finding for cleanup or review.
OwnerPetRelationship
Owner pet relationship data-quality finding for cleanup or review.
RecordId
Record id data-quality finding for cleanup or review.
Endpoint
Endpoint data-quality finding for cleanup or review.
PayloadHash
Payload hash data-quality finding for cleanup or review.
RawPayloadRef
Raw payload ref data-quality finding for cleanup or review.
Trait Implementations§
Source§impl Clone for FieldSegment
impl Clone for FieldSegment
Source§fn clone(&self) -> FieldSegment
fn clone(&self) -> FieldSegment
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read more