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