Struct reproto_core::RpServiceBody [] [src]

pub struct RpServiceBody {
    pub name: String,
    pub comment: Vec<String>,
    pub endpoints: Vec<RpServiceEndpoint>,
}

Fields

Trait Implementations

impl Debug for RpServiceBody
[src]

[src]

Formats the value using the given formatter.

impl Clone for RpServiceBody
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Merge for RpServiceBody
[src]

[src]

Merge the current model with another.