pub struct Repaired {
pub quarantine: PathBuf,
pub bytes: u64,
pub length: u64,
}Expand description
What a tail repair did.
Fields§
§quarantine: PathBufWhere the removed bytes were written before the file was cut.
bytes: u64How many bytes were moved there.
length: u64The log’s length afterwards.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Repaired
impl RefUnwindSafe for Repaired
impl Send for Repaired
impl Sync for Repaired
impl Unpin for Repaired
impl UnsafeUnpin for Repaired
impl UnwindSafe for Repaired
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