pub struct PlywoodDeliveryCommodityRequest {
pub variety_id: String,
}Expand description
Request for plywood delivery commodity.
Fields§
§variety_id: StringVariety ID.
Trait Implementations§
Source§impl Clone for PlywoodDeliveryCommodityRequest
impl Clone for PlywoodDeliveryCommodityRequest
Source§fn clone(&self) -> PlywoodDeliveryCommodityRequest
fn clone(&self) -> PlywoodDeliveryCommodityRequest
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 moreAuto Trait Implementations§
impl Freeze for PlywoodDeliveryCommodityRequest
impl RefUnwindSafe for PlywoodDeliveryCommodityRequest
impl Send for PlywoodDeliveryCommodityRequest
impl Sync for PlywoodDeliveryCommodityRequest
impl Unpin for PlywoodDeliveryCommodityRequest
impl UnwindSafe for PlywoodDeliveryCommodityRequest
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