pub struct LiveCockpitReconciliation {
pub schema_version: String,
pub status: String,
pub risk_increasing_allowed: bool,
pub reason: String,
pub drifts: u64,
pub extra: BTreeMap<String, Value>,
}Fields§
§schema_version: String§status: String§risk_increasing_allowed: bool§reason: String§drifts: u64§extra: BTreeMap<String, Value>Trait Implementations§
Source§impl Clone for LiveCockpitReconciliation
impl Clone for LiveCockpitReconciliation
Source§fn clone(&self) -> LiveCockpitReconciliation
fn clone(&self) -> LiveCockpitReconciliation
Returns a duplicate 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 LiveCockpitReconciliation
impl Debug for LiveCockpitReconciliation
Source§impl Default for LiveCockpitReconciliation
impl Default for LiveCockpitReconciliation
Source§fn default() -> LiveCockpitReconciliation
fn default() -> LiveCockpitReconciliation
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for LiveCockpitReconciliationwhere
LiveCockpitReconciliation: Default,
impl<'de> Deserialize<'de> for LiveCockpitReconciliationwhere
LiveCockpitReconciliation: Default,
Source§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
Auto Trait Implementations§
impl Freeze for LiveCockpitReconciliation
impl RefUnwindSafe for LiveCockpitReconciliation
impl Send for LiveCockpitReconciliation
impl Sync for LiveCockpitReconciliation
impl Unpin for LiveCockpitReconciliation
impl UnsafeUnpin for LiveCockpitReconciliation
impl UnwindSafe for LiveCockpitReconciliation
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