[][src]Struct billecta::BankIdSignStatusView

pub struct BankIdSignStatusView {
    pub auto_start_token: Option<String>,
    pub created: Option<DateTime>,
    pub given_name: Option<String>,
    pub ip_address: Option<String>,
    pub name: Option<String>,
    pub not_after: Option<DateTime>,
    pub not_before: Option<DateTime>,
    pub ocsp_response: Option<String>,
    pub reference_token: Option<String>,
    pub ssn: Option<String>,
    pub signature: Option<String>,
    pub status: Option<BankIdStatusTypeView>,
    pub surname: Option<String>,
}

Fields

auto_start_token: Option<String>created: Option<DateTime>given_name: Option<String>ip_address: Option<String>name: Option<String>not_after: Option<DateTime>not_before: Option<DateTime>ocsp_response: Option<String>reference_token: Option<String>ssn: Option<String>signature: Option<String>status: Option<BankIdStatusTypeView>surname: Option<String>

Trait Implementations

impl Clone for BankIdSignStatusView[src]

impl Debug for BankIdSignStatusView[src]

impl Default for BankIdSignStatusView[src]

impl<'de> Deserialize<'de> for BankIdSignStatusView[src]

impl Serialize for BankIdSignStatusView[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> DeserializeOwned for T where
    T: Deserialize<'de>, 
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.