Struct mdbook_linkcheck::errors::EmptyLink[][src]

pub struct EmptyLink {
    pub chapter: PathBuf,
    pub line: usize,
}

The user specified a file which doesn't exist.

Fields

Trait Implementations

The line this error occurred on.

Which chapter it was in.

impl Debug for EmptyLink
[src]

Formats the value using the given formatter. Read more

impl Clone for EmptyLink
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for EmptyLink
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Display for EmptyLink
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for EmptyLink

impl Sync for EmptyLink