pub struct TcCongregateDelivery {Show 13 fields
pub variety_id: String,
pub variety_name: String,
pub contract: String,
pub warehouse_name: String,
pub wbill_quantity: String,
pub agreeable_place: String,
pub agreeable_brand: String,
pub agreeable_quality: String,
pub agreeable_quantity: String,
pub agreeable_spread: String,
pub contracts: String,
pub contract_way: String,
pub wh_group_name: String,
}Expand description
TC congregate delivery information.
Fields§
§variety_id: StringVariety ID.
variety_name: StringVariety name.
contract: StringContract.
warehouse_name: StringWarehouse name.
wbill_quantity: StringWarehouse bill quantity.
agreeable_place: StringAgreeable place.
agreeable_brand: StringAgreeable brand.
agreeable_quality: StringAgreeable quality.
agreeable_quantity: StringAgreeable quantity.
agreeable_spread: StringAgreeable spread.
contracts: StringContacts.
contract_way: StringContact way (method).
wh_group_name: StringWarehouse group name.
Trait Implementations§
Source§impl Clone for TcCongregateDelivery
impl Clone for TcCongregateDelivery
Source§fn clone(&self) -> TcCongregateDelivery
fn clone(&self) -> TcCongregateDelivery
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 Debug for TcCongregateDelivery
impl Debug for TcCongregateDelivery
Source§impl<'de> Deserialize<'de> for TcCongregateDelivery
impl<'de> Deserialize<'de> for TcCongregateDelivery
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 TcCongregateDelivery
impl RefUnwindSafe for TcCongregateDelivery
impl Send for TcCongregateDelivery
impl Sync for TcCongregateDelivery
impl Unpin for TcCongregateDelivery
impl UnwindSafe for TcCongregateDelivery
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