pub struct CoreEnvironment { /* private fields */ }Expand description
A platform-selected snapshot used to construct a core environment input.
Implementations§
Source§impl CoreEnvironment
impl CoreEnvironment
Sourcepub fn from_selected<I>(variables: I) -> Result<Self, CommandError>
pub fn from_selected<I>(variables: I) -> Result<Self, CommandError>
Creates a validated core snapshot from variables selected by the process adapter.
Trait Implementations§
Source§impl Clone for CoreEnvironment
impl Clone for CoreEnvironment
Source§impl Debug for CoreEnvironment
impl Debug for CoreEnvironment
impl Eq for CoreEnvironment
Source§impl PartialEq for CoreEnvironment
impl PartialEq for CoreEnvironment
impl StructuralPartialEq for CoreEnvironment
Auto Trait Implementations§
impl Freeze for CoreEnvironment
impl RefUnwindSafe for CoreEnvironment
impl Send for CoreEnvironment
impl Sync for CoreEnvironment
impl Unpin for CoreEnvironment
impl UnsafeUnpin for CoreEnvironment
impl UnwindSafe for CoreEnvironment
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