Struct libfrizz::ExecRequest
source · pub struct ExecRequest {
pub url: String,
pub user_agent: String,
pub verbose: bool,
pub disable_cert_validation: bool,
pub disable_hostname_validation: bool,
pub post_data: String,
pub http_method: Method,
pub progress_bar: bool,
}Fields
url: Stringuser_agent: Stringverbose: booldisable_cert_validation: booldisable_hostname_validation: boolpost_data: Stringhttp_method: Methodprogress_bar: boolAuto Trait Implementations
impl RefUnwindSafe for ExecRequest
impl Send for ExecRequest
impl Sync for ExecRequest
impl Unpin for ExecRequest
impl UnwindSafe for ExecRequest
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more