Struct reproto_core::RpServiceBody
[−]
[src]
pub struct RpServiceBody { pub name: RpName, pub local_name: String, pub comment: Vec<String>, pub endpoints: Vec<RpServiceEndpoint>, pub decls: Vec<Rc<Loc<RpDecl>>>, }
Fields
name: RpName
local_name: String
comment: Vec<String>
endpoints: Vec<RpServiceEndpoint>
decls: Vec<Rc<Loc<RpDecl>>>
Trait Implementations
impl Merge for RpServiceBody
[src]
fn merge(&mut self, _source: RpServiceBody) -> Result<()>
[src]
Merge the current model with another.
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