pub struct ResolvedBoundaryCoverageConfig {
pub require_all_files: bool,
pub allow_unmatched: Vec<GlobMatcher>,
}Expand description
Resolved boundary zone coverage policy.
Fields§
§require_all_files: boolReport source files that do not match any boundary zone.
allow_unmatched: Vec<GlobMatcher>Compiled allow-list matchers for unmatched files.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ResolvedBoundaryCoverageConfig
impl RefUnwindSafe for ResolvedBoundaryCoverageConfig
impl Send for ResolvedBoundaryCoverageConfig
impl Sync for ResolvedBoundaryCoverageConfig
impl Unpin for ResolvedBoundaryCoverageConfig
impl UnsafeUnpin for ResolvedBoundaryCoverageConfig
impl UnwindSafe for ResolvedBoundaryCoverageConfig
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