Struct npchk::models::nds_response::NdsResponse [] [src]

pub struct NdsResponse<'a> {
    pub dtact_fl: DateTime<Utc>,
    pub dtact_ul: DateTime<Utc>,
    pub partners: Vec<Partner<'a>>,
}

Structure describes the type of data that the server sends to the client

Fields

Date on which relevant data for the individual entrepreneur, used to check.

Date on which relevant data for legal, used to check.

Trait Implementations

impl<'a> FromElement for NdsResponse<'a>
[src]

impl<'a> Debug for NdsResponse<'a>
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl<'a> Send for NdsResponse<'a>

impl<'a> Sync for NdsResponse<'a>