pub struct MountPlan<'a> {
pub entries: &'a [MountEntry<'a>],
}Expand description
Prepared filesystem mount plan for child-side execution.
Fields§
§entries: &'a [MountEntry<'a>]Trait Implementations§
impl<'a> Copy for MountPlan<'a>
Auto Trait Implementations§
impl<'a> Freeze for MountPlan<'a>
impl<'a> RefUnwindSafe for MountPlan<'a>
impl<'a> Send for MountPlan<'a>
impl<'a> Sync for MountPlan<'a>
impl<'a> Unpin for MountPlan<'a>
impl<'a> UnsafeUnpin for MountPlan<'a>
impl<'a> UnwindSafe for MountPlan<'a>
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