pub struct TransfersCreateExternalIncomingV1RequestItemDestinations {
pub estimated_arrival_date_time: Option<String>,
pub estimated_departure_date_time: Option<String>,
pub gross_unit_of_weight_id: Option<i64>,
pub gross_weight: Option<f64>,
pub invoice_number: Option<String>,
pub packages: Option<Vec<TransfersCreateExternalIncomingV1RequestItemDestinationsPackages>>,
pub planned_route: Option<String>,
pub recipient_license_number: Option<String>,
pub transfer_type_name: Option<String>,
pub transporters: Option<Vec<TransfersCreateExternalIncomingV1RequestItemDestinationsTransporters>>,
}Fields§
§estimated_arrival_date_time: Option<String>§estimated_departure_date_time: Option<String>§gross_unit_of_weight_id: Option<i64>§gross_weight: Option<f64>§invoice_number: Option<String>§packages: Option<Vec<TransfersCreateExternalIncomingV1RequestItemDestinationsPackages>>§planned_route: Option<String>§recipient_license_number: Option<String>§transfer_type_name: Option<String>§transporters: Option<Vec<TransfersCreateExternalIncomingV1RequestItemDestinationsTransporters>>Trait Implementations§
Source§impl Clone for TransfersCreateExternalIncomingV1RequestItemDestinations
impl Clone for TransfersCreateExternalIncomingV1RequestItemDestinations
Source§fn clone(&self) -> TransfersCreateExternalIncomingV1RequestItemDestinations
fn clone(&self) -> TransfersCreateExternalIncomingV1RequestItemDestinations
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl<'de> Deserialize<'de> for TransfersCreateExternalIncomingV1RequestItemDestinations
impl<'de> Deserialize<'de> for TransfersCreateExternalIncomingV1RequestItemDestinations
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
Auto Trait Implementations§
impl Freeze for TransfersCreateExternalIncomingV1RequestItemDestinations
impl RefUnwindSafe for TransfersCreateExternalIncomingV1RequestItemDestinations
impl Send for TransfersCreateExternalIncomingV1RequestItemDestinations
impl Sync for TransfersCreateExternalIncomingV1RequestItemDestinations
impl Unpin for TransfersCreateExternalIncomingV1RequestItemDestinations
impl UnwindSafe for TransfersCreateExternalIncomingV1RequestItemDestinations
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more