Struct authy::api::user::PhoneCall [] [src]

pub struct PhoneCall {
    pub cellphone: String,
    pub device: Option<String>,
    pub ignored: Option<bool>,
}

Returned when sending a verification code to a user via SMS or Call.

Fields

The phone number used to send the message.

The name of the most recent device used by the user. This is only returned when the SMS was ignored.

True if the request was ignored.

Trait Implementations

impl Debug for PhoneCall
[src]

Formats the value using the given formatter.

impl Clone for PhoneCall
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Eq for PhoneCall
[src]

impl PartialEq for PhoneCall
[src]

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

This method tests for !=.