Struct grpc_etcd::rpc::AlarmMember [] [src]

pub struct AlarmMember {
    pub memberID: u64,
    pub alarm: AlarmType,
    // some fields omitted
}

Fields

Methods

impl AlarmMember
[src]

Trait Implementations

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

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for AlarmMember
[src]

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

impl Sync for AlarmMember
[src]

impl Message for AlarmMember
[src]

impl MessageStatic for AlarmMember
[src]

impl Clear for AlarmMember
[src]

impl Debug for AlarmMember
[src]

Formats the value using the given formatter.

impl ProtobufValue for AlarmMember
[src]