pub struct HttpTestOptions {
pub value: QueryType,
pub client_config: ClientConfig,
pub skip_v4: bool,
pub skip_v6: bool,
pub skip_origin: bool,
pub origin_value: String,
pub one_addr: bool,
pub dns_resolver: Option<String>,
pub link_params: LinkParams,
}Fields§
§value: QueryType§client_config: ClientConfig§skip_v4: bool§skip_v6: bool§skip_origin: bool§origin_value: String§one_addr: bool§dns_resolver: Option<String>§link_params: LinkParamsTrait Implementations§
Source§impl Clone for HttpTestOptions
impl Clone for HttpTestOptions
Source§fn clone(&self) -> HttpTestOptions
fn clone(&self) -> HttpTestOptions
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl !Freeze for HttpTestOptions
impl RefUnwindSafe for HttpTestOptions
impl Send for HttpTestOptions
impl Sync for HttpTestOptions
impl Unpin for HttpTestOptions
impl UnsafeUnpin for HttpTestOptions
impl UnwindSafe for HttpTestOptions
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more