pub struct GetForecastContractRequestQuery {
pub conid: String,
}Fields§
§conid: StringProvide the contract identifier to retrieve the information for.
Trait Implementations§
Source§impl Clone for GetForecastContractRequestQuery
impl Clone for GetForecastContractRequestQuery
Source§fn clone(&self) -> GetForecastContractRequestQuery
fn clone(&self) -> GetForecastContractRequestQuery
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 PartialEq for GetForecastContractRequestQuery
impl PartialEq for GetForecastContractRequestQuery
Source§fn eq(&self, other: &GetForecastContractRequestQuery) -> bool
fn eq(&self, other: &GetForecastContractRequestQuery) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl<'v_a> ValidateArgs<'v_a> for GetForecastContractRequestQuery
impl<'v_a> ValidateArgs<'v_a> for GetForecastContractRequestQuery
impl StructuralPartialEq for GetForecastContractRequestQuery
Auto Trait Implementations§
impl Freeze for GetForecastContractRequestQuery
impl RefUnwindSafe for GetForecastContractRequestQuery
impl Send for GetForecastContractRequestQuery
impl Sync for GetForecastContractRequestQuery
impl Unpin for GetForecastContractRequestQuery
impl UnsafeUnpin for GetForecastContractRequestQuery
impl UnwindSafe for GetForecastContractRequestQuery
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