Struct krpc::schema::Service [] [src]

pub struct Service {
    pub name: String,
    pub procedures: RepeatedField<Procedure>,
    pub classes: RepeatedField<Class>,
    pub enumerations: RepeatedField<Enumeration>,
    pub documentation: String,
    // some fields omitted
}

Fields

Methods

impl Service
[src]

Trait Implementations

impl PartialEq for Service
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Clone for Service
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for Service
[src]

Returns the "default value" for a type. Read more

impl Sync for Service
[src]

impl Message for Service
[src]

impl MessageStatic for Service
[src]

impl Clear for Service
[src]

impl Debug for Service
[src]

Formats the value using the given formatter.

impl ProtobufValue for Service
[src]