Struct cdns_rs::query::QuerySetup [−][src]
pub struct QuerySetup { /* fields omitted */ }
Expand description
A query override
Implementations
Turns on/off the time measurment whcih measure how many time went since query started for each response.
Turns on/off the option which when set is force to ignore lookup in /etc/hosts
Overrides the timeout. Can not be 0.
Resets the override timeout.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for QuerySetup
impl Send for QuerySetup
impl Sync for QuerySetup
impl Unpin for QuerySetup
impl UnwindSafe for QuerySetup
Blanket Implementations
Mutably borrows from an owned value. Read more