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
comment: Vec<String>
ty: Option<Loc<RpType>>
produces: Option<Mime>
status: Option<u32>
Trait Implementations
impl Debug for RpServiceReturns[src]
impl Clone for RpServiceReturns[src]
fn clone(&self) -> RpServiceReturns
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more