Struct cdrs::frame::frame_supported::BodyResSupported[][src]

pub struct BodyResSupported {
    pub data: HashMap<String, Vec<String>>,
}

Fields

Trait Implementations

impl Debug for BodyResSupported
[src]

Formats the value using the given formatter. Read more

impl FromCursor for BodyResSupported
[src]

It should return an implementor from an io::Cursor over an array of bytes.

Auto Trait Implementations