pub struct DeliveryMatchRequest {
pub variety_code: String,
pub trade_date: String,
}Expand description
Request for delivery match data.
Fields§
§variety_code: StringVariety code.
trade_date: StringTrade date.
Trait Implementations§
Source§impl Clone for DeliveryMatchRequest
impl Clone for DeliveryMatchRequest
Source§fn clone(&self) -> DeliveryMatchRequest
fn clone(&self) -> DeliveryMatchRequest
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 DeliveryMatchRequest
impl Debug for DeliveryMatchRequest
Auto Trait Implementations§
impl Freeze for DeliveryMatchRequest
impl RefUnwindSafe for DeliveryMatchRequest
impl Send for DeliveryMatchRequest
impl Sync for DeliveryMatchRequest
impl Unpin for DeliveryMatchRequest
impl UnwindSafe for DeliveryMatchRequest
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