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