pub enum SourceUnavailableReasonV1 {
Malformed,
Discarded,
NormalizedAway,
BakedAway,
LoaderUnsupported,
ProjectionBudgetExceeded,
ParserUnavailable,
}Expand description
Stable reason why a source observation or set is incomplete.
Variants§
Malformed
The source declaration is malformed.
Discarded
The AnimSmith loader discarded the source value.
NormalizedAway
Coordinate or transform normalization removed the original form.
BakedAway
Animation baking removed the original form.
LoaderUnsupported
The AnimSmith loader does not model this source domain.
ProjectionBudgetExceeded
The deterministic V1 projection budget was exhausted.
The source parser did not make this evidence available.
Trait Implementations§
Source§fn clone(&self) -> SourceUnavailableReasonV1
fn clone(&self) -> SourceUnavailableReasonV1
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 from(value: SourceUnavailableReasonV1) -> Self
fn from(value: SourceUnavailableReasonV1) -> Self
Converts to this type from the input type.
Source§fn cmp(&self, other: &SourceUnavailableReasonV1) -> Ordering
fn cmp(&self, other: &SourceUnavailableReasonV1) -> 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