Struct reqwest::redirect::Action [−][src]
pub struct Action { /* fields omitted */ }
Expand description
An action to perform when a redirect status code is found.
Trait Implementations
Auto Trait Implementations
impl !RefUnwindSafe for Action
impl !UnwindSafe for Action
Blanket Implementations
Mutably borrows from an owned value. Read more
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