pub struct RollDeliverySellerIntention {Show 17 fields
pub variety_id: String,
pub variety_name: String,
pub contract: String,
pub type_: String,
pub warehouse_code: String,
pub warehouse_name: String,
pub 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 trade_date: String,
pub wh_group_name: String,
pub delivery_way: String,
}Expand description
Roll delivery seller intention.
Fields§
§variety_id: StringVariety ID.
variety_name: StringVariety name.
contract: StringContract.
type_: StringType (e.g. 仓库/车板).
warehouse_code: StringWarehouse code.
warehouse_name: StringWarehouse name.
quantity: StringQuantity (string in doc).
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).
trade_date: StringTrade date.
wh_group_name: StringWarehouse group name.
delivery_way: StringDelivery way.
Trait Implementations§
Source§impl Clone for RollDeliverySellerIntention
impl Clone for RollDeliverySellerIntention
Source§fn clone(&self) -> RollDeliverySellerIntention
fn clone(&self) -> RollDeliverySellerIntention
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 RollDeliverySellerIntention
impl Debug for RollDeliverySellerIntention
Source§impl<'de> Deserialize<'de> for RollDeliverySellerIntention
impl<'de> Deserialize<'de> for RollDeliverySellerIntention
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 RollDeliverySellerIntention
impl RefUnwindSafe for RollDeliverySellerIntention
impl Send for RollDeliverySellerIntention
impl Sync for RollDeliverySellerIntention
impl Unpin for RollDeliverySellerIntention
impl UnwindSafe for RollDeliverySellerIntention
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