Struct cdrs::frame::frame_startup::BodyReqStartup [] [src]

pub struct BodyReqStartup {
    pub map: HashMap<String, String>,
}

Fields

Methods

impl BodyReqStartup
[src]

Number of key-value pairs

Trait Implementations

impl IntoBytes for BodyReqStartup
[src]

It should convert a struct into an array of bytes.