Struct reproto_core::RpServiceEndpoint [] [src]

pub struct RpServiceEndpoint {
    pub method: Option<Loc<String>>,
    pub path: RpPathSpec,
    pub comment: Vec<String>,
    pub accepts: Vec<RpServiceAccepts>,
    pub returns: Vec<RpServiceReturns>,
}

Fields

Methods

impl RpServiceEndpoint
[src]

[src]

[src]

[src]

Trait Implementations

impl Debug for RpServiceEndpoint
[src]

[src]

Formats the value using the given formatter.

impl Clone for RpServiceEndpoint
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more