pub struct EnvironmentStrings {
pub int: Vec<String>,
pub ext: Vec<String>,
pub combo: Vec<String>,
}Fields§
§int: Vec<String>§ext: Vec<String>§combo: Vec<String>Trait Implementations§
Auto Trait Implementations§
impl Freeze for EnvironmentStrings
impl RefUnwindSafe for EnvironmentStrings
impl Send for EnvironmentStrings
impl Sync for EnvironmentStrings
impl Unpin for EnvironmentStrings
impl UnsafeUnpin for EnvironmentStrings
impl UnwindSafe for EnvironmentStrings
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