Struct lychee_lib::Excludes
source · pub struct Excludes { /* private fields */ }Expand description
Exclude configuration for the link checker. You can ignore links based on regex patterns.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for Excludes
impl Send for Excludes
impl Sync for Excludes
impl Unpin for Excludes
impl UnwindSafe for Excludes
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