pub struct ModifiedProperty {
pub display_name: String,
pub old_value: String,
pub new_value: String,
}
Fields§
§display_name: String
§old_value: String
§new_value: String
Trait Implementations§
Source§impl Clone for ModifiedProperty
impl Clone for ModifiedProperty
Source§fn clone(&self) -> ModifiedProperty
fn clone(&self) -> ModifiedProperty
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 ModifiedProperty
impl Debug for ModifiedProperty
Source§impl<'de> Deserialize<'de> for ModifiedProperty
impl<'de> Deserialize<'de> for ModifiedProperty
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 ModifiedProperty
impl PartialEq for ModifiedProperty
Source§impl Serialize for ModifiedProperty
impl Serialize for ModifiedProperty
impl Eq for ModifiedProperty
impl StructuralPartialEq for ModifiedProperty
Auto Trait Implementations§
impl Freeze for ModifiedProperty
impl RefUnwindSafe for ModifiedProperty
impl Send for ModifiedProperty
impl Sync for ModifiedProperty
impl Unpin for ModifiedProperty
impl UnwindSafe for ModifiedProperty
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