Struct authy::Status[][src]

pub struct Status {
    pub success: bool,
    pub message: String,
    pub error_code: Option<String>,
}

Status message returned by every API request.

Fields

Trait Implementations

impl Debug for Status
[src]

Formats the value using the given formatter. Read more

impl Clone for Status
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Eq for Status
[src]

impl PartialEq for Status
[src]

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

This method tests for !=.

Auto Trait Implementations

impl Send for Status

impl Sync for Status