pub struct SnapshotCompareResult {
pub created: Vec<String>,
pub deleted: Vec<String>,
pub changed: Vec<String>,
}
Fields§
§created: Vec<String>
§deleted: Vec<String>
§changed: Vec<String>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SnapshotCompareResult
impl RefUnwindSafe for SnapshotCompareResult
impl Send for SnapshotCompareResult
impl Sync for SnapshotCompareResult
impl Unpin for SnapshotCompareResult
impl UnwindSafe for SnapshotCompareResult
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