Struct clickhouse_srv::protocols::HelloRequest [−][src]
pub struct HelloRequest {
pub client_name: String,
pub client_version_major: u64,
pub client_version_minor: u64,
pub client_revision: u64,
pub default_database: String,
pub user: String,
pub password: String,
pub client_version_patch: u64,
}Fields
client_name: Stringclient_version_major: u64client_version_minor: u64client_revision: u64default_database: Stringuser: Stringpassword: Stringclient_version_patch: u64Implementations
Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for HelloRequestimpl Send for HelloRequestimpl Sync for HelloRequestimpl Unpin for HelloRequestimpl UnwindSafe for HelloRequestBlanket Implementations
Mutably borrows from an owned value. Read more