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