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