#[non_exhaustive]pub enum MappingKind {
Exact,
Defaulted,
Inferred,
ConvertedUnits,
Lowered,
Aggregated,
Split,
Synthetic,
RetainedExtra,
}Expand description
How a canonical field relates to its source value.
Variants (Non-exhaustive)§
This enum is marked as non-exhaustive
Non-exhaustive enums could have additional variants added in future. Therefore, when matching against variants of non-exhaustive enums, an extra wildcard arm must be added to account for any future variants.
Exact
Copied verbatim from the source.
Defaulted
Materialized from a format default rather than the source text.
Inferred
Inferred from other source data.
ConvertedUnits
Converted into canonical units (e.g. ohms to per unit).
Lowered
Produced by a lowering pass (e.g. positive-sequence equivalent).
Aggregated
One canonical field aggregated from several source records.
Split
One source record split into several canonical fields/elements.
Synthetic
Synthesized with no direct source (e.g. a generated bus id).
RetainedExtra
Extra data from the source preserved verbatim.
Trait Implementations§
Source§impl Clone for MappingKind
impl Clone for MappingKind
Source§fn clone(&self) -> MappingKind
fn clone(&self) -> MappingKind
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 MappingKind
impl Debug for MappingKind
Source§impl<'de> Deserialize<'de> for MappingKind
impl<'de> Deserialize<'de> for MappingKind
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
Source§impl Hash for MappingKind
impl Hash for MappingKind
Source§impl PartialEq for MappingKind
impl PartialEq for MappingKind
Source§impl Serialize for MappingKind
impl Serialize for MappingKind
impl Copy for MappingKind
impl Eq for MappingKind
impl StructuralPartialEq for MappingKind
Auto Trait Implementations§
impl Freeze for MappingKind
impl RefUnwindSafe for MappingKind
impl Send for MappingKind
impl Sync for MappingKind
impl Unpin for MappingKind
impl UnsafeUnpin for MappingKind
impl UnwindSafe for MappingKind
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more