pub struct UnitPaths {
pub nspawn: PathBuf,
pub mount: PathBuf,
pub umount: PathBuf,
}Expand description
Resolved paths to external programs needed for the template unit.
Fields§
§nspawn: PathBufPath to systemd-nspawn.
mount: PathBufPath to mount.
umount: PathBufPath to umount.
Auto Trait Implementations§
impl Freeze for UnitPaths
impl RefUnwindSafe for UnitPaths
impl Send for UnitPaths
impl Sync for UnitPaths
impl Unpin for UnitPaths
impl UnsafeUnpin for UnitPaths
impl UnwindSafe for UnitPaths
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