Struct logistics_api::PointLocation
source · pub struct PointLocation {
pub address: Address,
pub service_point: Option<ServicePoint>,
}Expand description
Point location
Fields§
§address: Address§service_point: Option<ServicePoint>Trait Implementations§
source§impl Debug for PointLocation
impl Debug for PointLocation
source§impl<'de> Deserialize<'de> for PointLocation
impl<'de> Deserialize<'de> for PointLocation
source§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