Struct opensrv_clickhouse::protocols::QueryClientInfo
source · 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§
source§impl Debug for QueryClientInfo
impl Debug for QueryClientInfo
source§impl Default for QueryClientInfo
impl Default for QueryClientInfo
source§fn default() -> QueryClientInfo
fn default() -> QueryClientInfo
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl RefUnwindSafe for QueryClientInfo
impl Send for QueryClientInfo
impl Sync for QueryClientInfo
impl Unpin for QueryClientInfo
impl UnwindSafe for QueryClientInfo
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