Struct grpc_etcd::rpc::AlarmResponse [] [src]

pub struct AlarmResponse {
    pub header: SingularPtrField<ResponseHeader>,
    pub alarms: RepeatedField<AlarmMember>,
    // some fields omitted
}

Fields

Methods

impl AlarmResponse
[src]

Trait Implementations

impl PartialEq for AlarmResponse
[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 AlarmResponse
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for AlarmResponse
[src]

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

impl Sync for AlarmResponse
[src]

impl Message for AlarmResponse
[src]

impl MessageStatic for AlarmResponse
[src]

impl Clear for AlarmResponse
[src]

impl Debug for AlarmResponse
[src]

Formats the value using the given formatter.

impl ProtobufValue for AlarmResponse
[src]