Struct google_content2::api::OrderPickupDetails [−][src]
pub struct OrderPickupDetails {
pub address: Option<OrderAddress>,
pub collectors: Option<Vec<OrderPickupDetailsCollector>>,
pub location_id: 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<OrderAddress>Address of the pickup location where the shipment should be sent. Note that recipientName in the address is the name of the business at the pickup location.
collectors: Option<Vec<OrderPickupDetailsCollector>>Collectors authorized to pick up shipment from the pickup location.
location_id: Option<String>ID of the pickup location.
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 OrderPickupDetails
impl Send for OrderPickupDetails
impl Sync for OrderPickupDetails
impl Unpin for OrderPickupDetails
impl UnwindSafe for OrderPickupDetails
Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more