pub enum TransitionPoseReasonV1 {
NoConfiguredFamilies,
DependencyClosureIncomplete,
MemberUnavailable,
ZeroDuration,
SkeletonBasisMismatch,
TimeToleranceUnsupported,
UnsupportedSampling,
InputLimit,
FamilyWorkLimit,
AggregateWorkLimit,
RetentionLimit,
ResultLimit,
}Expand description
Closed typed reason vocabulary for no-family and incomplete outcomes.
Variants§
NoConfiguredFamilies
DependencyClosureIncomplete
ZeroDuration
SkeletonBasisMismatch
TimeToleranceUnsupported
UnsupportedSampling
InputLimit
FamilyWorkLimit
AggregateWorkLimit
RetentionLimit
ResultLimit
Trait Implementations§
Source§impl Clone for TransitionPoseReasonV1
impl Clone for TransitionPoseReasonV1
Source§fn clone(&self) -> TransitionPoseReasonV1
fn clone(&self) -> TransitionPoseReasonV1
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 TransitionPoseReasonV1
Source§impl Debug for TransitionPoseReasonV1
impl Debug for TransitionPoseReasonV1
impl Eq for TransitionPoseReasonV1
Source§impl PartialEq for TransitionPoseReasonV1
impl PartialEq for TransitionPoseReasonV1
Source§impl Serialize for TransitionPoseReasonV1
impl Serialize for TransitionPoseReasonV1
impl StructuralPartialEq for TransitionPoseReasonV1
Auto Trait Implementations§
impl Freeze for TransitionPoseReasonV1
impl RefUnwindSafe for TransitionPoseReasonV1
impl Send for TransitionPoseReasonV1
impl Sync for TransitionPoseReasonV1
impl Unpin for TransitionPoseReasonV1
impl UnsafeUnpin for TransitionPoseReasonV1
impl UnwindSafe for TransitionPoseReasonV1
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