[−][src]Struct mdbook_linkcheck::ValidationOutcome
The outcome of validating a set of links.
Fields
valid_links: Vec<Link>Valid links.
invalid_links: Vec<InvalidLink>Links where validation failed.
ignored: Vec<Link>Links which have been ignored (e.g. due to
[Config::follow_web_links]).
unknown_schema: Vec<Link>Links which we don't know how to handle.
incomplete_links: Vec<IncompleteLink>Potentially incomplete links.
Methods
impl ValidationOutcome[src]
pub fn generate_diagnostics(&self, files: &Files) -> Vec<Diagnostic>[src]
Generate a list of [Diagnostic] messages from this
[ValidationOutcome].
Trait Implementations
impl Default for ValidationOutcome[src]
fn default() -> ValidationOutcome[src]
impl Debug for ValidationOutcome[src]
Auto Trait Implementations
impl Unpin for ValidationOutcome
impl Sync for ValidationOutcome
impl Send for ValidationOutcome
impl !UnwindSafe for ValidationOutcome
impl !RefUnwindSafe for ValidationOutcome
Blanket Implementations
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>[src]
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,
impl<V, T> VZip<V> for T where
V: MultiLane<T>, [src]
V: MultiLane<T>,