Struct rust_accountkit::AccountKitResponse [] [src]

pub struct AccountKitResponse {
    pub body: String,
    pub status_code: u16,
    pub canonical_reason: Option<&'static str>,
}

Fields

Trait Implementations

impl Debug for AccountKitResponse
[src]

Formats the value using the given formatter.

impl Display for AccountKitResponse
[src]

Formats the value using the given formatter.