pub struct QueryTypes {
pub querytypes: HashMap<String, f64>,
}
Expand description
Query Types Struct
Fields§
§querytypes: HashMap<String, f64>
Query types mapping from query type (A, AAAA, PTR, etc.) to the percentage of queries which are of that type.
Trait Implementations§
Source§impl Debug for QueryTypes
impl Debug for QueryTypes
Source§impl<'de> Deserialize<'de> for QueryTypes
impl<'de> Deserialize<'de> for QueryTypes
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for QueryTypes
impl RefUnwindSafe for QueryTypes
impl Send for QueryTypes
impl Sync for QueryTypes
impl Unpin for QueryTypes
impl UnwindSafe for QueryTypes
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