pub struct TmcParams(pub HashMap<ShellString, TmcParam>);Expand description
TmcParams is used to safely construct data for a .tmcparams file, which contains lines in the form of export A=B export C=(D, E, F) the keys and values of the inner hashmap are validated to make sure they are valid as bash variables
Tuple Fields§
§0: HashMap<ShellString, TmcParam>Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for TmcParams
impl RefUnwindSafe for TmcParams
impl Send for TmcParams
impl Sync for TmcParams
impl Unpin for TmcParams
impl UnwindSafe for TmcParams
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