Struct reproto_core::RpServiceReturns [] [src]

pub struct RpServiceReturns {
    pub comment: Vec<String>,
    pub ty: Option<Loc<RpType>>,
    pub produces: Option<Mime>,
    pub status: Option<u32>,
}

Fields

Trait Implementations

impl Debug for RpServiceReturns
[src]

Formats the value using the given formatter.

impl Clone for RpServiceReturns
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more