Struct google_content2::api::ShipmentTrackingInfo [−][src]
pub struct ShipmentTrackingInfo {
pub carrier: Option<String>,
pub tracking_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
carrier: Option<String>The shipping carrier that handles the package. Acceptable values are: - “boxtal” - “bpost” - “chronopost” - “colisPrive” - “colissimo” - “cxt” - “deliv” - “dhl” - “dpd” - “dynamex” - “eCourier” - “easypost” - “efw” - “fedex” - “fedexSmartpost” - “geodis” - “gls” - “googleCourier” - “gsx” - “jdLogistics” - “laPoste” - “lasership” - “manual” - “mpx” - “onTrac” - “other” - “tnt” - “uds” - “ups” - “usps”
tracking_number: Option<String>The tracking number for the package.
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 ShipmentTrackingInfo
impl Send for ShipmentTrackingInfo
impl Sync for ShipmentTrackingInfo
impl Unpin for ShipmentTrackingInfo
impl UnwindSafe for ShipmentTrackingInfo
Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more