pub enum RawSourceProvenanceKindV1 {
FormatDefined,
SourceDeclared,
ParserProjected,
DerivedFromSource,
}Expand description
How a raw-source observation was established.
Variants§
FormatDefined
Normative format semantics.
SourceDeclared
Exact source declaration.
ParserProjected
Parser-effective projection.
DerivedFromSource
Derived from exact source declarations.
Trait Implementations§
Source§impl Clone for RawSourceProvenanceKindV1
impl Clone for RawSourceProvenanceKindV1
Source§fn clone(&self) -> RawSourceProvenanceKindV1
fn clone(&self) -> RawSourceProvenanceKindV1
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for RawSourceProvenanceKindV1
Source§impl Debug for RawSourceProvenanceKindV1
impl Debug for RawSourceProvenanceKindV1
Source§impl<'de> Deserialize<'de> for RawSourceProvenanceKindV1
impl<'de> Deserialize<'de> for RawSourceProvenanceKindV1
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 Eq for RawSourceProvenanceKindV1
Source§impl From<SourceProvenanceKindV1> for RawSourceProvenanceKindV1
impl From<SourceProvenanceKindV1> for RawSourceProvenanceKindV1
Source§fn from(value: SourceProvenanceKindV1) -> Self
fn from(value: SourceProvenanceKindV1) -> Self
Converts to this type from the input type.
Source§impl Ord for RawSourceProvenanceKindV1
impl Ord for RawSourceProvenanceKindV1
Source§fn cmp(&self, other: &RawSourceProvenanceKindV1) -> Ordering
fn cmp(&self, other: &RawSourceProvenanceKindV1) -> Ordering
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialOrd for RawSourceProvenanceKindV1
impl PartialOrd for RawSourceProvenanceKindV1
impl StructuralPartialEq for RawSourceProvenanceKindV1
Auto Trait Implementations§
impl Freeze for RawSourceProvenanceKindV1
impl RefUnwindSafe for RawSourceProvenanceKindV1
impl Send for RawSourceProvenanceKindV1
impl Sync for RawSourceProvenanceKindV1
impl Unpin for RawSourceProvenanceKindV1
impl UnsafeUnpin for RawSourceProvenanceKindV1
impl UnwindSafe for RawSourceProvenanceKindV1
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