Struct gusto_api::Location [−][src]
pub struct Location {
pub id: u64,
pub version: String,
pub company_id: u64,
pub phone_number: String,
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
A location. FROM: https://docs.gusto.com/v1/locations
Fields
id: u64version: Stringcompany_id: u64phone_number: Stringstreet_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 Locationimpl UnwindSafe for LocationBlanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more