pub struct FakerootBackend(/* private fields */);
Expand description
A rootless backend for running commands using fakeroot.
Trait Implementations§
Source§impl Debug for FakerootBackend
impl Debug for FakerootBackend
Source§impl RootlessBackend<FakerootOptions> for FakerootBackend
impl RootlessBackend<FakerootOptions> for FakerootBackend
Source§fn new(options: FakerootOptions) -> Self
fn new(options: FakerootOptions) -> Self
Creates a new FakerootBackend
.
Source§fn options(&self) -> &FakerootOptions
fn options(&self) -> &FakerootOptions
Returns the FakerootOptions
used by the FakerootBackend
.
Auto Trait Implementations§
impl Freeze for FakerootBackend
impl RefUnwindSafe for FakerootBackend
impl Send for FakerootBackend
impl Sync for FakerootBackend
impl Unpin for FakerootBackend
impl UnwindSafe for FakerootBackend
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