pub struct EnvChecksOpts<'a> {
pub include: Option<Vec<&'a str>>,
}Fields§
§include: Option<Vec<&'a str>>Only include checks matching the specified patterns
Trait Implementations§
Source§impl<'a> Debug for EnvChecksOpts<'a>
impl<'a> Debug for EnvChecksOpts<'a>
Source§impl<'a> PartialEq for EnvChecksOpts<'a>
impl<'a> PartialEq for EnvChecksOpts<'a>
impl<'a> StructuralPartialEq for EnvChecksOpts<'a>
Auto Trait Implementations§
impl<'a> Freeze for EnvChecksOpts<'a>
impl<'a> RefUnwindSafe for EnvChecksOpts<'a>
impl<'a> Send for EnvChecksOpts<'a>
impl<'a> Sync for EnvChecksOpts<'a>
impl<'a> Unpin for EnvChecksOpts<'a>
impl<'a> UnsafeUnpin for EnvChecksOpts<'a>
impl<'a> UnwindSafe for EnvChecksOpts<'a>
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