Enum reqwest_mock::config::RedirectPolicy [] [src]

pub enum RedirectPolicy {
    Limit(usize),
    None,
}

Specifies how to hande redirects.

Variants

Trait Implementations

impl Clone for RedirectPolicy
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for RedirectPolicy
[src]

Formats the value using the given formatter.

impl Default for RedirectPolicy
[src]

Returns the "default value" for a type. Read more