Struct grpc_etcd::auth::Permission [] [src]

pub struct Permission {
    pub permType: Permission_Type,
    pub key: Vec<u8>,
    pub range_end: Vec<u8>,
    // some fields omitted
}

Fields

Methods

impl Permission
[src]

Trait Implementations

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

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for Permission
[src]

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

impl Sync for Permission
[src]

impl Message for Permission
[src]

impl MessageStatic for Permission
[src]

impl Clear for Permission
[src]

impl Debug for Permission
[src]

Formats the value using the given formatter.

impl ProtobufValue for Permission
[src]