pub struct GetInfoAndRulesRequestPath {
pub conid: String,
}Fields§
§conid: StringContract identifier for the requested contract of interest.
- Example:
"265598".to_string()
Trait Implementations§
Source§impl Clone for GetInfoAndRulesRequestPath
impl Clone for GetInfoAndRulesRequestPath
Source§fn clone(&self) -> GetInfoAndRulesRequestPath
fn clone(&self) -> GetInfoAndRulesRequestPath
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 GetInfoAndRulesRequestPath
impl Debug for GetInfoAndRulesRequestPath
Source§impl Default for GetInfoAndRulesRequestPath
impl Default for GetInfoAndRulesRequestPath
Source§impl<'v_a> ValidateArgs<'v_a> for GetInfoAndRulesRequestPath
impl<'v_a> ValidateArgs<'v_a> for GetInfoAndRulesRequestPath
impl StructuralPartialEq for GetInfoAndRulesRequestPath
Auto Trait Implementations§
impl Freeze for GetInfoAndRulesRequestPath
impl RefUnwindSafe for GetInfoAndRulesRequestPath
impl Send for GetInfoAndRulesRequestPath
impl Sync for GetInfoAndRulesRequestPath
impl Unpin for GetInfoAndRulesRequestPath
impl UnsafeUnpin for GetInfoAndRulesRequestPath
impl UnwindSafe for GetInfoAndRulesRequestPath
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