Struct edgedb_protocol::server_message::ServerHandshake [−][src]
pub struct ServerHandshake {
pub major_ver: u16,
pub minor_ver: u16,
pub extensions: HashMap<String, Headers>,
}Fields
major_ver: u16minor_ver: u16extensions: HashMap<String, Headers>Trait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for ServerHandshake
impl Send for ServerHandshake
impl Sync for ServerHandshake
impl Unpin for ServerHandshake
impl UnwindSafe for ServerHandshake
Blanket Implementations
Mutably borrows from an owned value. Read more