pub struct Restored {
pub ops: usize,
pub repos: usize,
pub canary: String,
pub landed_in: String,
}Expand description
What a completed restore proved.
Fields§
§ops: usizeOperations replayed.
repos: usizeRepositories unbundled.
canary: StringThe canary ref, left in place as evidence.
landed_in: StringThe repository it landed in.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Restored
impl RefUnwindSafe for Restored
impl Send for Restored
impl Sync for Restored
impl Unpin for Restored
impl UnsafeUnpin for Restored
impl UnwindSafe for Restored
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