Struct reproto_core::RpServiceBody
[−]
[src]
pub struct RpServiceBody {
pub name: RpName,
pub local_name: String,
pub comment: Vec<String>,
pub decls: Vec<RpDecl>,
pub endpoints: LinkedHashMap<String, Loc<RpEndpoint>>,
}Fields
name: RpName
local_name: String
comment: Vec<String>
decls: Vec<RpDecl>
endpoints: LinkedHashMap<String, Loc<RpEndpoint>>
Trait Implementations
impl Debug for RpServiceBody[src]
impl Clone for RpServiceBody[src]
fn clone(&self) -> RpServiceBody[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more