pub struct FactorySpotAgioRequest {
pub variety_id: String,
pub trade_date: String,
}Expand description
Request for factory spot agio (basis spread).
Fields§
§variety_id: StringVariety ID.
trade_date: StringTrade date (YYYYMMDD format).
Trait Implementations§
Source§impl Clone for FactorySpotAgioRequest
impl Clone for FactorySpotAgioRequest
Source§fn clone(&self) -> FactorySpotAgioRequest
fn clone(&self) -> FactorySpotAgioRequest
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 FactorySpotAgioRequest
impl Debug for FactorySpotAgioRequest
Auto Trait Implementations§
impl Freeze for FactorySpotAgioRequest
impl RefUnwindSafe for FactorySpotAgioRequest
impl Send for FactorySpotAgioRequest
impl Sync for FactorySpotAgioRequest
impl Unpin for FactorySpotAgioRequest
impl UnwindSafe for FactorySpotAgioRequest
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