pub struct CopyPlan {
pub tasks: Vec<CopyTask>,
}Expand description
Filesystem operations produced by organization planning.
Fields§
§tasks: Vec<CopyTask>Ordered file operations to apply.
Trait Implementations§
impl Eq for CopyPlan
impl StructuralPartialEq for CopyPlan
Auto Trait Implementations§
impl Freeze for CopyPlan
impl RefUnwindSafe for CopyPlan
impl Send for CopyPlan
impl Sync for CopyPlan
impl Unpin for CopyPlan
impl UnsafeUnpin for CopyPlan
impl UnwindSafe for CopyPlan
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