pub struct Applied {
pub source_path: PathBuf,
pub files: Vec<PathBuf>,
/* private fields */
}Expand description
A split that has been written to disk and can be rolled back.
Fields§
§source_path: PathBuf§files: Vec<PathBuf>Files that make up the split, for reporting.
Implementations§
Auto Trait Implementations§
impl Freeze for Applied
impl RefUnwindSafe for Applied
impl Send for Applied
impl Sync for Applied
impl Unpin for Applied
impl UnsafeUnpin for Applied
impl UnwindSafe for Applied
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