pub struct HelloResponse {
pub dbms_name: String,
pub dbms_version_major: u64,
pub dbms_version_minor: u64,
pub dbms_tcp_protocol_version: u64,
pub timezone: String,
pub server_display_name: String,
pub dbms_version_patch: u64,
}
impl<T> Any for T where
T: 'static + ?Sized,
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more
impl<T, U> Into<U> for T where
U: From<T>,
The type returned in the event of a conversion error.
The type returned in the event of a conversion error.