pub struct GetAllAccountsForConidRequestPath {
pub conid: i32,
}Fields§
§conid: i32Conid of the instrument for which positions are requested.
- Example:
8_314i32
Trait Implementations§
Source§impl Clone for GetAllAccountsForConidRequestPath
impl Clone for GetAllAccountsForConidRequestPath
Source§fn clone(&self) -> GetAllAccountsForConidRequestPath
fn clone(&self) -> GetAllAccountsForConidRequestPath
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 GetAllAccountsForConidRequestPath
impl PartialEq for GetAllAccountsForConidRequestPath
Source§fn eq(&self, other: &GetAllAccountsForConidRequestPath) -> bool
fn eq(&self, other: &GetAllAccountsForConidRequestPath) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for GetAllAccountsForConidRequestPath
Auto Trait Implementations§
impl Freeze for GetAllAccountsForConidRequestPath
impl RefUnwindSafe for GetAllAccountsForConidRequestPath
impl Send for GetAllAccountsForConidRequestPath
impl Sync for GetAllAccountsForConidRequestPath
impl Unpin for GetAllAccountsForConidRequestPath
impl UnsafeUnpin for GetAllAccountsForConidRequestPath
impl UnwindSafe for GetAllAccountsForConidRequestPath
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