pub struct UpdateChanges {
pub new: Option<Option<Vec<String>>>,
pub fixed: Option<Option<Vec<String>>>,
}
Fields§
§new: Option<Option<Vec<String>>>
§fixed: Option<Option<Vec<String>>>
Implementations§
Source§impl UpdateChanges
impl UpdateChanges
pub fn new() -> UpdateChanges
Trait Implementations§
Source§impl Clone for UpdateChanges
impl Clone for UpdateChanges
Source§fn clone(&self) -> UpdateChanges
fn clone(&self) -> UpdateChanges
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 UpdateChanges
impl Debug for UpdateChanges
Source§impl Default for UpdateChanges
impl Default for UpdateChanges
Source§fn default() -> UpdateChanges
fn default() -> UpdateChanges
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for UpdateChanges
impl<'de> Deserialize<'de> for UpdateChanges
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 UpdateChanges
impl PartialEq for UpdateChanges
Source§impl Serialize for UpdateChanges
impl Serialize for UpdateChanges
impl StructuralPartialEq for UpdateChanges
Auto Trait Implementations§
impl Freeze for UpdateChanges
impl RefUnwindSafe for UpdateChanges
impl Send for UpdateChanges
impl Sync for UpdateChanges
impl Unpin for UpdateChanges
impl UnwindSafe for UpdateChanges
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