Struct mdbook_linkcheck::errors::BrokenLinks[][src]

pub struct BrokenLinks(_);

The error which were generated while checking links.

Methods

impl BrokenLinks
[src]

Trait Implementations

impl Debug for BrokenLinks
[src]

Formats the value using the given formatter. Read more

impl FromParallelIterator<Box<BrokenLink>> for BrokenLinks
[src]

Creates an instance of the collection from the parallel iterator par_iter. Read more

impl FromIterator<Box<BrokenLink>> for BrokenLinks
[src]

Creates a value from an iterator. Read more

impl IntoIterator for BrokenLinks
[src]

The type of the elements being iterated over.

Which kind of iterator are we turning this into?

Creates an iterator from a value. Read more

impl<'a> IntoIterator for &'a BrokenLinks
[src]

The type of the elements being iterated over.

Which kind of iterator are we turning this into?

Creates an iterator from a value. Read more

Auto Trait Implementations

impl Send for BrokenLinks

impl Sync for BrokenLinks