Struct gusto_api::Address [−][src]
pub struct Address {
pub id: u64,
pub version: String,
pub employee_id: u64,
pub street_1: String,
pub street_2: String,
pub city: String,
pub state: String,
pub zip: String,
pub country: String,
pub active: bool,
}Expand description
An address. FROM: https://docs.gusto.com/v1/employee_home_address
Fields
id: u64version: Stringemployee_id: u64street_1: Stringstreet_2: Stringcity: Stringstate: Stringzip: Stringcountry: Stringactive: boolTrait Implementations
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>, [src]
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>, [src]Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations
impl RefUnwindSafe for Addressimpl UnwindSafe for AddressBlanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more