Struct rtag::frame::COMR [] [src]

pub struct COMR {
    pub text_encoding: TextEncoding,
    pub price_string: String,
    pub valid_until: String,
    pub contact_url: String,
    pub received_as: ReceivedAs,
    pub name_of_seller: String,
    pub description: String,
    pub picture_mime_type: String,
    pub seller_logo: Vec<u8>,
}

Commercial frame

Not yet tested!

Fields

Trait Implementations

impl Clone for COMR
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for COMR
[src]

Formats the value using the given formatter.

impl PartialEq for COMR
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl FrameReaderDefault<COMR> for COMR
[src]

impl FrameWriterDefault for COMR
[src]