pub struct PatchOptions {
pub ignore_failures: bool,
pub create_missing_keys: bool,
pub overwrite_existing_values: bool,
pub delete_empty_keys: bool,
pub validate_before_apply: bool,
}Fields§
§ignore_failures: bool§create_missing_keys: bool§overwrite_existing_values: bool§delete_empty_keys: bool§validate_before_apply: boolTrait Implementations§
Source§impl Clone for PatchOptions
impl Clone for PatchOptions
Source§fn clone(&self) -> PatchOptions
fn clone(&self) -> PatchOptions
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 PatchOptions
impl Debug for PatchOptions
Auto Trait Implementations§
impl Freeze for PatchOptions
impl RefUnwindSafe for PatchOptions
impl Send for PatchOptions
impl Sync for PatchOptions
impl Unpin for PatchOptions
impl UnsafeUnpin for PatchOptions
impl UnwindSafe for PatchOptions
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