Struct utils_box::config::IniCompare
source · pub struct IniCompare {
pub updated: Vec<(IniParameter, IniParameter)>,
pub added: Vec<IniParameter>,
pub deleted: Vec<IniParameter>,
}
Fields§
§updated: Vec<(IniParameter, IniParameter)>
§added: Vec<IniParameter>
§deleted: Vec<IniParameter>
Implementations§
source§impl IniCompare
impl IniCompare
Trait Implementations§
source§impl Clone for IniCompare
impl Clone for IniCompare
source§fn clone(&self) -> IniCompare
fn clone(&self) -> IniCompare
Returns a copy 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 IniCompare
impl Debug for IniCompare
source§impl Default for IniCompare
impl Default for IniCompare
source§fn default() -> IniCompare
fn default() -> IniCompare
Returns the “default value” for a type. Read more
source§impl PartialEq for IniCompare
impl PartialEq for IniCompare
source§fn eq(&self, other: &IniCompare) -> bool
fn eq(&self, other: &IniCompare) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for IniCompare
Auto Trait Implementations§
impl RefUnwindSafe for IniCompare
impl Send for IniCompare
impl Sync for IniCompare
impl Unpin for IniCompare
impl UnwindSafe for IniCompare
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