Struct clickhouse_srv::protocols::QueryRequest [−][src]
pub struct QueryRequest { /* fields omitted */ }Implementations
pub fn read_from<R: Read>(
reader: &mut R,
hello_request: &HelloRequest
) -> Result<QueryRequest>Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for QueryRequestimpl Send for QueryRequestimpl Sync for QueryRequestimpl Unpin for QueryRequestimpl UnwindSafe for QueryRequest