Struct google_content2::api::AccountBusinessInformation [−][src]
pub struct AccountBusinessInformation {
pub address: Option<AccountAddress>,
pub customer_service: Option<AccountCustomerService>,
pub phone_number: Option<String>,
}Expand description
There is no detailed description.
This type is not used in any activity, and only used as part of another schema.
Fields
address: Option<AccountAddress>The address of the business.
customer_service: Option<AccountCustomerService>The customer service information of the business.
phone_number: Option<String>The phone number of the business.
Trait Implementations
Returns the “default value” for a type. Read more
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations
impl RefUnwindSafe for AccountBusinessInformation
impl Send for AccountBusinessInformation
impl Sync for AccountBusinessInformation
impl Unpin for AccountBusinessInformation
impl UnwindSafe for AccountBusinessInformation
Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more