Struct lychee_lib::filter::Includes
source · pub struct Includes {
pub regex: RegexSet,
}Expand description
Include configuration for the link checker. You can include links based on regex patterns
Fields§
§regex: RegexSetUser-defined set of included regex patterns
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for Includes
impl Send for Includes
impl Sync for Includes
impl Unpin for Includes
impl UnwindSafe for Includes
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