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

Trait Implementations

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

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

[src]

Formats the value using the given formatter.