pub enum RawSourceUnavailableReasonV1 {
Malformed,
Discarded,
NormalizedAway,
BakedAway,
LoaderUnsupported,
ProjectionBudgetExceeded,
ParserUnavailable,
}Expand description
Raw-source unavailability reason retained by the output wire.
Variants§
Malformed
Malformed declaration.
Discarded
Loader discarded the value.
NormalizedAway
Coordinate/transform normalization removed the original form.
BakedAway
Baking removed the original form.
LoaderUnsupported
Loader does not model the domain.
ProjectionBudgetExceeded
V1 projection budget was exhausted.
Parser did not expose the evidence.
Trait Implementations§
Source§fn clone(&self) -> RawSourceUnavailableReasonV1
fn clone(&self) -> RawSourceUnavailableReasonV1
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 moreSource§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§fn from(value: SourceUnavailableReasonV1) -> Self
fn from(value: SourceUnavailableReasonV1) -> Self
Converts to this type from the input type.
Source§fn cmp(&self, other: &RawSourceUnavailableReasonV1) -> Ordering
fn cmp(&self, other: &RawSourceUnavailableReasonV1) -> 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
Auto Trait Implementations§
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