pub struct MultiChecker;
Expand description

CurlMultiChecker actor for Multi bulk checks (Curl and OpenSSL)

Trait Implementations

Actor execution context type
Called when an actor gets polled the first time.
Called after an actor is in Actor::Stopping state. Read more
Called after an actor is stopped. Read more
Returns a copy of the value. Read more
Performs copy-assignment from source. Read more
Formats the value using the given formatter. Read more
Executes domain checks, returns Stories
Executes page checks, returns Stories
Check SSL certificate expiration using OpenSSL function
Build a Story from a Length PageExpectation
Find and extract code validation from validations
Find and extract content validations
Find and extract content length validation from validations
Find and extract address validation from validations
Converts CurlError to Error
Build a Story from a Length PageExpectation
Build a Story from a Address PageExpectation
Build a Story from a HttpCode PageExpectation
Process Curl page requests using given handler
Build headers List for Curl
Build cookies list for Curl
Load page check handler
The type of value that this handler will return. Read more
This method is called for every message received by this actor.

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 alignment of pointer.
The type for initializers.
Initializes a with the given initializer. Read more
Dereferences the given pointer. Read more
Mutably dereferences the given pointer. Read more
Drops the object pointed to by the given pointer. Read more
The resulting type after obtaining ownership.
Creates owned data from borrowed data, usually by cloning. Read more
Uses borrowed data to replace owned data, usually by cloning. Read more
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