Struct reproto_core::RpServiceAccepts [] [src]

pub struct RpServiceAccepts {
    pub comment: Vec<String>,
    pub ty: Loc<RpType>,
    pub accepts: Option<Mime>,
}

Fields

Trait Implementations

impl Debug for RpServiceAccepts
[src]

Formats the value using the given formatter.

impl Clone for RpServiceAccepts
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more