pub struct PlywoodDeliveryCommodity {
pub apply_id: String,
pub wh_name: String,
pub wh_abbr: String,
pub upload_file_id: String,
pub file_size: i64,
pub upload_file_name: String,
}Expand description
Plywood delivery commodity.
Fields§
§apply_id: StringApply ID.
wh_name: StringWarehouse name.
wh_abbr: StringWarehouse abbreviation.
upload_file_id: StringUpload file ID.
file_size: i64File size.
upload_file_name: StringUpload file name.
Trait Implementations§
Source§impl Clone for PlywoodDeliveryCommodity
impl Clone for PlywoodDeliveryCommodity
Source§fn clone(&self) -> PlywoodDeliveryCommodity
fn clone(&self) -> PlywoodDeliveryCommodity
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 PlywoodDeliveryCommodity
impl Debug for PlywoodDeliveryCommodity
Source§impl<'de> Deserialize<'de> for PlywoodDeliveryCommodity
impl<'de> Deserialize<'de> for PlywoodDeliveryCommodity
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 PlywoodDeliveryCommodity
impl RefUnwindSafe for PlywoodDeliveryCommodity
impl Send for PlywoodDeliveryCommodity
impl Sync for PlywoodDeliveryCommodity
impl Unpin for PlywoodDeliveryCommodity
impl UnwindSafe for PlywoodDeliveryCommodity
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