pub enum ReconcileMode {
PlanOnly,
Apply,
}Variants§
Trait Implementations§
Source§impl Clone for ReconcileMode
impl Clone for ReconcileMode
Source§fn clone(&self) -> ReconcileMode
fn clone(&self) -> ReconcileMode
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 moreSource§impl Debug for ReconcileMode
impl Debug for ReconcileMode
impl Copy for ReconcileMode
Auto Trait Implementations§
impl Freeze for ReconcileMode
impl RefUnwindSafe for ReconcileMode
impl Send for ReconcileMode
impl Sync for ReconcileMode
impl Unpin for ReconcileMode
impl UnsafeUnpin for ReconcileMode
impl UnwindSafe for ReconcileMode
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