pub struct UnsafelyIgnoreCertificateErrors(_);
Expand description

UnsafelyIgnoreCertificateErrors is a wrapper struct so it can be placed inside GothamState; using type alias for a Option<Vec<String>> could work, but there’s a high chance that there might be another type alias pointing to a Option<Vec<String>>, which would override previously used alias.

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.

Calls U::from(self).

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

Should always be Self
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.