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

pub struct BodyReqStartup<'a> {
    pub map: HashMap<&'static str, &'a str>,
}

Fields

Methods

impl<'a> BodyReqStartup<'a>
[src]

Trait Implementations

impl<'a> Debug for BodyReqStartup<'a>
[src]

Formats the value using the given formatter.

impl<'a> IntoBytes for BodyReqStartup<'a>
[src]

It should convert a struct into an array of bytes.