Struct npchk::models::partner::Partner [] [src]

pub struct Partner<'a> {
    pub inn: Cow<'a, str>,
    pub kpp: Cow<'a, str>,
    pub dt: DateTime<Utc>,
    pub state: i32,
}

Structure describes the data type, which is used by the server

Fields

Methods

impl<'a> Partner<'a>
[src]

[src]

Trait Implementations

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

[src]

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

[src]

Formats the value using the given formatter.