pub struct ModificationResult {
pub changed: bool,
pub modified_nodes: Vec<BackupNode>,
}Expand description
Result of applying an operation
Fields§
§changed: bool§modified_nodes: Vec<BackupNode>Trait Implementations§
Auto Trait Implementations§
impl Freeze for ModificationResult
impl RefUnwindSafe for ModificationResult
impl Send for ModificationResult
impl Sync for ModificationResult
impl Unpin for ModificationResult
impl UnwindSafe for ModificationResult
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