Struct mdbook_linkcheck::Link[][src]

pub struct Link<'a> {
    pub url: String,
    pub offset: usize,
    pub chapter: &'a Chapter,
}

Information about a link in one of the book's chapters.

Fields

Methods

impl<'a> Link<'a>
[src]

Trait Implementations

impl<'a> Debug for Link<'a>
[src]

Formats the value using the given formatter. Read more

impl<'a> Clone for Link<'a>
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl<'a> PartialEq for Link<'a>
[src]

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

This method tests for !=.

impl<'a> Display for Link<'a>
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl<'a> Send for Link<'a>

impl<'a> Sync for Link<'a>