pub enum ExecCustomInheritSetting {
Full,
Minimal,
Clean,
}Variants§
Full
Full inherited parent env (minus strip list).
Minimal
Minimal inherited env plus vault secrets.
Clean
No inherited parent env; only vault secrets.
Trait Implementations§
Source§impl Clone for ExecCustomInheritSetting
impl Clone for ExecCustomInheritSetting
Source§fn clone(&self) -> ExecCustomInheritSetting
fn clone(&self) -> ExecCustomInheritSetting
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl ValueEnum for ExecCustomInheritSetting
impl ValueEnum for ExecCustomInheritSetting
impl Copy for ExecCustomInheritSetting
Auto Trait Implementations§
impl Freeze for ExecCustomInheritSetting
impl RefUnwindSafe for ExecCustomInheritSetting
impl Send for ExecCustomInheritSetting
impl Sync for ExecCustomInheritSetting
impl Unpin for ExecCustomInheritSetting
impl UnsafeUnpin for ExecCustomInheritSetting
impl UnwindSafe for ExecCustomInheritSetting
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