pub struct QueryClientInfo {
Show 15 fields pub query_kind: u8, pub initial_user: String, pub initial_query_id: Vec<u8>, pub initial_address: Vec<u8>, pub interface: u8, pub os_user: Vec<u8>, pub client_hostname: Vec<u8>, pub client_name: Vec<u8>, pub client_version_major: u64, pub client_version_minor: u64, pub client_version_patch: u64, pub client_revision: u64, pub http_method: u8, pub http_user_agent: Vec<u8>, pub quota_key: Vec<u8>,
}

Fields§

§query_kind: u8§initial_user: String§initial_query_id: Vec<u8>§initial_address: Vec<u8>§interface: u8§os_user: Vec<u8>§client_hostname: Vec<u8>§client_name: Vec<u8>§client_version_major: u64§client_version_minor: u64§client_version_patch: u64§client_revision: u64§http_method: u8§http_user_agent: Vec<u8>§quota_key: Vec<u8>

Implementations§

Trait Implementations§

Formats the value using the given formatter. Read more
Returns the “default value” for a type. Read more

Auto Trait Implementations§

Blanket Implementations§

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Instruments this type with the provided Span, returning an Instrumented wrapper. Read more
Instruments this type with the current Span, returning an Instrumented wrapper. Read more

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.
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