Struct reproto_core::RpServiceAccepts
[−]
[src]
pub struct RpServiceAccepts {
pub comment: Vec<String>,
pub ty: Loc<RpType>,
pub accepts: Option<Mime>,
}Fields
comment: Vec<String>
ty: Loc<RpType>
accepts: Option<Mime>
Trait Implementations
impl Debug for RpServiceAccepts[src]
impl Clone for RpServiceAccepts[src]
fn clone(&self) -> RpServiceAccepts
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