Struct reproto_core::RpServiceAccepts [] [src]

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

Fields

Trait Implementations

impl Debug for RpServiceAccepts
[src]

[src]

Formats the value using the given formatter.

impl Clone for RpServiceAccepts
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more