Struct systemd_run::ProtectProc
source · pub struct ProtectProc(/* private fields */);
Expand description
Controls the hidepid=
mount option of the procfs
instance in the
private namespace of the unit.
Read ProtectProc=
in systemd.exec(5) for
details.
Implementations§
source§impl ProtectProc
impl ProtectProc
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for ProtectProc
impl Send for ProtectProc
impl Sync for ProtectProc
impl Unpin for ProtectProc
impl UnwindSafe for ProtectProc
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
§impl<T> Instrument for T
impl<T> Instrument for T
§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
§impl<T> NoneValue for Twhere
T: Default,
impl<T> NoneValue for Twhere T: Default,
type NoneType = T
§fn null_value() -> T
fn null_value() -> T
The none-equivalent value.