pub struct RollDeliverySellerIntentionRequest {
pub variety: String,
pub date: String,
}Expand description
Request for roll delivery seller intention (滚动交割卖方交割意向表).
Fields§
§variety: StringVariety code (“all” for all varieties).
date: StringQuery date (YYYYMMDD format).
Trait Implementations§
Source§impl Clone for RollDeliverySellerIntentionRequest
impl Clone for RollDeliverySellerIntentionRequest
Source§fn clone(&self) -> RollDeliverySellerIntentionRequest
fn clone(&self) -> RollDeliverySellerIntentionRequest
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 RollDeliverySellerIntentionRequest
impl RefUnwindSafe for RollDeliverySellerIntentionRequest
impl Send for RollDeliverySellerIntentionRequest
impl Sync for RollDeliverySellerIntentionRequest
impl Unpin for RollDeliverySellerIntentionRequest
impl UnwindSafe for RollDeliverySellerIntentionRequest
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