pub struct ConfigEdit {
pub key_path: String,
pub merge_strategy: MergeStrategy,
pub value: Value,
}Fields§
§key_path: String§merge_strategy: MergeStrategy§value: ValueTrait Implementations§
Source§impl Clone for ConfigEdit
impl Clone for ConfigEdit
Source§fn clone(&self) -> ConfigEdit
fn clone(&self) -> ConfigEdit
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 ConfigEdit
impl Debug for ConfigEdit
Source§impl<'de> Deserialize<'de> for ConfigEdit
impl<'de> Deserialize<'de> for ConfigEdit
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
Source§impl PartialEq for ConfigEdit
impl PartialEq for ConfigEdit
Source§fn eq(&self, other: &ConfigEdit) -> bool
fn eq(&self, other: &ConfigEdit) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for ConfigEdit
impl Serialize for ConfigEdit
impl StructuralPartialEq for ConfigEdit
Auto Trait Implementations§
impl Freeze for ConfigEdit
impl RefUnwindSafe for ConfigEdit
impl Send for ConfigEdit
impl Sync for ConfigEdit
impl Unpin for ConfigEdit
impl UnsafeUnpin for ConfigEdit
impl UnwindSafe for ConfigEdit
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