pub struct FactorySpotAgio {Show 14 fields
pub seq_no: String,
pub wh_abbr: String,
pub variety_id: String,
pub variety_name: String,
pub wh_code: String,
pub bh: String,
pub mdmin: String,
pub mdmax: String,
pub jq: String,
pub agio: String,
pub min_exchange_amount: String,
pub wh_addr: String,
pub connect_person: String,
pub tel: String,
}Expand description
Factory spot agio (price difference for fiberboard).
Fields§
§seq_no: StringSequence number.
wh_abbr: StringFactory abbreviation (Warehouse abbreviation).
variety_id: StringVariety ID.
variety_name: StringVariety name.
wh_code: StringWarehouse code.
bh: StringThickness (mm).
mdmin: StringDensity min (g/cm3).
mdmax: StringDensity max (g/cm3).
jq: StringFormaldehyde (mg/m3).
agio: StringPrice difference (Agio).
min_exchange_amount: StringMin exchange amount.
wh_addr: StringWarehouse address.
connect_person: StringContact person.
tel: StringTelephone.
Trait Implementations§
Source§impl Clone for FactorySpotAgio
impl Clone for FactorySpotAgio
Source§fn clone(&self) -> FactorySpotAgio
fn clone(&self) -> FactorySpotAgio
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 FactorySpotAgio
impl Debug for FactorySpotAgio
Source§impl<'de> Deserialize<'de> for FactorySpotAgio
impl<'de> Deserialize<'de> for FactorySpotAgio
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 FactorySpotAgio
impl RefUnwindSafe for FactorySpotAgio
impl Send for FactorySpotAgio
impl Sync for FactorySpotAgio
impl Unpin for FactorySpotAgio
impl UnwindSafe for FactorySpotAgio
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