Struct reproto_core::RpServiceBody [] [src]

pub struct RpServiceBody {
    pub name: RpName,
    pub ident: String,
    pub comment: Vec<String>,
    pub decls: Vec<RpDecl>,
    pub http: RpServiceBodyHttp,
    pub endpoints: LinkedHashMap<String, Loc<RpEndpoint>>,
}

Fields

Trait Implementations

impl Debug for RpServiceBody
[src]

[src]

Formats the value using the given formatter. Read more

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

Auto Trait Implementations

impl !Send for RpServiceBody

impl !Sync for RpServiceBody