Struct fractal_dto::v1::otp::AuthenticationCodeDTO [] [src]

pub struct AuthenticationCodeDTO {
    pub code: u32,
}

The 6 digit authentication code struct

Fields

The 6 digit authentication code

Trait Implementations

impl Clone for AuthenticationCodeDTO
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Encodable for AuthenticationCodeDTO
[src]

Serialize a value using an Encoder.

impl Decodable for AuthenticationCodeDTO
[src]

Deserialize a value using a Decoder.

impl DTO for AuthenticationCodeDTO
[src]