pub struct Context<'a> { /* private fields */ }
Expand description

Trait Implementations

The HTTP client to use.
Options to use when checking a link on the filesystem.
An optional cache that can be used to avoid unnecessary network requests. Read more
Should this Link be skipped?
Get any extra headers that should be sent when checking this Url.
How many items should we check at a time?
How long should a cached item be considered valid for before we need to check again? Read more
Formats the value using the given formatter. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Instruments this type with the provided Span, returning an Instrumented wrapper. Read more
Instruments this type with the current Span, returning an Instrumented wrapper. Read more

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.
Attaches the provided Subscriber to this type, returning a WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a WithDispatch wrapper. Read more