Struct authy::api::phone::PhoneStart [] [src]

pub struct PhoneStart {
    pub is_ported: bool,
    pub is_cellphone: bool,
}

Returned when initiating verification of a phone number.

Fields

Trait Implementations

impl Debug for PhoneStart
[src]

Formats the value using the given formatter.

impl Clone for PhoneStart
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Eq for PhoneStart
[src]

impl PartialEq for PhoneStart
[src]

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

This method tests for !=.