Struct passivetotal::response::Registrant [] [src]

pub struct Registrant {
    pub city: Option<String>,
    pub name: Option<String>,
    pub country: Option<String>,
    pub telephone: Option<String>,
    pub state: Option<String>,
    pub street: Option<String>,
    pub postalCode: Option<String>,
    pub organization: Option<String>,
    pub email: Option<String>,
}

Fields

city
name
country
telephone
state
street
postalCode
organization
email

Trait Implementations

Derived Implementations

impl Debug for Registrant

fn fmt(&self, __arg_0: &mut Formatter) -> Result

impl Decodable for Registrant

fn decode<__D: Decoder>(__arg_0: &mut __D) -> Result<Registrant, __D::Error>