pub struct EnvReport {
pub environment: BTreeMap<String, String>,
}Expand description
Result summary for a treeboot env invocation.
Fields§
§environment: BTreeMap<String, String>Environment variables passed to init scripts and configured commands.
Trait Implementations§
impl Eq for EnvReport
impl StructuralPartialEq for EnvReport
Auto Trait Implementations§
impl Freeze for EnvReport
impl RefUnwindSafe for EnvReport
impl Send for EnvReport
impl Sync for EnvReport
impl Unpin for EnvReport
impl UnsafeUnpin for EnvReport
impl UnwindSafe for EnvReport
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