pub struct EnvMatch {
pub envvar: String,
pub regex: Regex,
}
Fields§
§envvar: String
§regex: Regex
Trait Implementations§
Auto Trait Implementations§
impl Freeze for EnvMatch
impl RefUnwindSafe for EnvMatch
impl Send for EnvMatch
impl Sync for EnvMatch
impl Unpin for EnvMatch
impl UnwindSafe for EnvMatch
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