Struct cassandra_protocol::frame::message_startup::BodyReqStartup
source · pub struct BodyReqStartup {
pub map: HashMap<String, String>,
}
Fields§
§map: HashMap<String, String>
Implementations§
Trait Implementations§
source§impl Clone for BodyReqStartup
impl Clone for BodyReqStartup
source§fn clone(&self) -> BodyReqStartup
fn clone(&self) -> BodyReqStartup
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for BodyReqStartup
impl Debug for BodyReqStartup
source§impl Default for BodyReqStartup
impl Default for BodyReqStartup
source§fn default() -> BodyReqStartup
fn default() -> BodyReqStartup
Returns the “default value” for a type. Read more
source§impl FromCursor for BodyReqStartup
impl FromCursor for BodyReqStartup
source§impl PartialEq<BodyReqStartup> for BodyReqStartup
impl PartialEq<BodyReqStartup> for BodyReqStartup
source§fn eq(&self, other: &BodyReqStartup) -> bool
fn eq(&self, other: &BodyReqStartup) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.