Enum peace_core::OpCheckStatus
source · pub enum OpCheckStatus {
ExecRequired {
progress_limit: ProgressLimit,
},
ExecNotRequired,
}Expand description
Whether an operation needs to be executed.
Variants§
ExecRequired
Fields
§
progress_limit: ProgressLimitUnit of measurement and limit to indicate progress.
Operation is not in desired state.
ExecNotRequired
Operation is already in desired state.
Trait Implementations§
source§impl Clone for OpCheckStatus
impl Clone for OpCheckStatus
source§fn clone(&self) -> OpCheckStatus
fn clone(&self) -> OpCheckStatus
Returns a copy 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 OpCheckStatus
impl Debug for OpCheckStatus
source§impl PartialEq<OpCheckStatus> for OpCheckStatus
impl PartialEq<OpCheckStatus> for OpCheckStatus
source§fn eq(&self, other: &OpCheckStatus) -> bool
fn eq(&self, other: &OpCheckStatus) -> bool
This method tests for
self and other values to be equal, and is used
by ==.