pub struct EffectiveReconcile {
pub interval: String,
pub auto_apply: bool,
pub drift_policy: DriftPolicy,
}Expand description
Fully resolved reconcile settings for a single entity (no Options).
Fields§
§interval: String§auto_apply: bool§drift_policy: DriftPolicyTrait Implementations§
Source§impl Clone for EffectiveReconcile
impl Clone for EffectiveReconcile
Source§fn clone(&self) -> EffectiveReconcile
fn clone(&self) -> EffectiveReconcile
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 EffectiveReconcile
impl Debug for EffectiveReconcile
Auto Trait Implementations§
impl Freeze for EffectiveReconcile
impl RefUnwindSafe for EffectiveReconcile
impl Send for EffectiveReconcile
impl Sync for EffectiveReconcile
impl Unpin for EffectiveReconcile
impl UnsafeUnpin for EffectiveReconcile
impl UnwindSafe for EffectiveReconcile
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