pub enum ControllerPlantResourceRefusalReason {
Show 15 variants
ArtifactBytes,
ControllerArtifactBytes,
PlantArtifactBytes,
EquivalenceArtifactBytes,
UnsatProofBytes,
Batches,
Members,
MembersPerBatch,
Horizon,
ProductStates,
TransitionEvaluations,
TransitionsPerBatch,
TotalPlantArtifactBytes,
TotalMembers,
TotalTransitionEvaluations,
}Variants§
ArtifactBytes
ControllerArtifactBytes
PlantArtifactBytes
EquivalenceArtifactBytes
UnsatProofBytes
Batches
Members
MembersPerBatch
Horizon
ProductStates
TransitionEvaluations
TransitionsPerBatch
TotalPlantArtifactBytes
TotalMembers
TotalTransitionEvaluations
Implementations§
Trait Implementations§
Source§impl Clone for ControllerPlantResourceRefusalReason
impl Clone for ControllerPlantResourceRefusalReason
Source§fn clone(&self) -> ControllerPlantResourceRefusalReason
fn clone(&self) -> ControllerPlantResourceRefusalReason
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 ControllerPlantResourceRefusalReason
impl Eq for ControllerPlantResourceRefusalReason
impl StructuralPartialEq for ControllerPlantResourceRefusalReason
Auto Trait Implementations§
impl Freeze for ControllerPlantResourceRefusalReason
impl RefUnwindSafe for ControllerPlantResourceRefusalReason
impl Send for ControllerPlantResourceRefusalReason
impl Sync for ControllerPlantResourceRefusalReason
impl Unpin for ControllerPlantResourceRefusalReason
impl UnsafeUnpin for ControllerPlantResourceRefusalReason
impl UnwindSafe for ControllerPlantResourceRefusalReason
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