pub struct ChecksConfig {
pub broken_links: Severity,
pub orphan_pages: Severity,
pub index_coverage: Severity,
}Expand description
Wiki-wide structural check severities.
Fields§
§broken_links: Severity§orphan_pages: Severity§index_coverage: SeverityTrait Implementations§
Source§impl Clone for ChecksConfig
impl Clone for ChecksConfig
Source§fn clone(&self) -> ChecksConfig
fn clone(&self) -> ChecksConfig
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for ChecksConfig
impl RefUnwindSafe for ChecksConfig
impl Send for ChecksConfig
impl Sync for ChecksConfig
impl Unpin for ChecksConfig
impl UnsafeUnpin for ChecksConfig
impl UnwindSafe for ChecksConfig
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