Struct libstripe::LoginLink [] [src]

pub struct LoginLink {
    pub object: String,
    pub created: i64,
    pub url: String,
}

Fields

Methods

impl LoginLink
[src]

[src]

Trait Implementations

impl Debug for LoginLink
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for LoginLink

impl Sync for LoginLink