pub struct GetEnvResponse {
pub env: HashMap<String, String>,
pub os_platform: &'static str,
pub os_release: String,
}
Fields§
§env: HashMap<String, String>
§os_platform: &'static str
§os_release: String
Trait Implementations§
Auto Trait Implementations§
impl Freeze for GetEnvResponse
impl RefUnwindSafe for GetEnvResponse
impl Send for GetEnvResponse
impl Sync for GetEnvResponse
impl Unpin for GetEnvResponse
impl UnwindSafe for GetEnvResponse
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