pub struct EnvironmentalVariable {
pub name: String,
pub value: String,
}Fields§
§name: String§value: StringAuto Trait Implementations§
impl Freeze for EnvironmentalVariable
impl RefUnwindSafe for EnvironmentalVariable
impl Send for EnvironmentalVariable
impl Sync for EnvironmentalVariable
impl Unpin for EnvironmentalVariable
impl UnwindSafe for EnvironmentalVariable
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