Struct auth::interface::auth::State[][src]

pub struct State {
    pub state: String,
    // some fields omitted
}

Fields

Methods

impl State
[src]

Trait Implementations

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

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for State
[src]

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

impl Sync for State
[src]

impl Message for State
[src]

impl MessageStatic for State
[src]

impl Clear for State
[src]

impl Debug for State
[src]

Formats the value using the given formatter. Read more

impl ProtobufValue for State
[src]

Auto Trait Implementations

impl Send for State