pub struct Config {
pub no_setup_logger: bool,
pub default_log_level: String,
pub no_reaper: bool,
pub no_sub_reaper: bool,
}Expand description
Config of shim binary options provided by shim implementations
Fields§
§no_setup_logger: boolDisables automatic configuration of logrus to use the shim FIFO
default_log_level: String§no_reaper: boolDisables the shim binary from reaping any child process implicitly
no_sub_reaper: boolDisables setting the shim as a child subreaper.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Config
impl RefUnwindSafe for Config
impl Send for Config
impl Sync for Config
impl Unpin for Config
impl UnwindSafe for Config
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