pub struct FileRemoval {
pub rel_path: String,
}Expand description
A file removal to apply in a checkpoint.
Fields§
§rel_path: StringAuto Trait Implementations§
impl Freeze for FileRemoval
impl RefUnwindSafe for FileRemoval
impl Send for FileRemoval
impl Sync for FileRemoval
impl Unpin for FileRemoval
impl UnwindSafe for FileRemoval
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