pub struct GetAllAccountsForConidRequest {
pub path: GetAllAccountsForConidRequestPath,
}Expand description
Get positions in accounts for a given instrument (no secDef await control)
Fields§
§path: GetAllAccountsForConidRequestPathImplementations§
Source§impl GetAllAccountsForConidRequest
impl GetAllAccountsForConidRequest
Sourcepub async fn parse_response(
req: Response,
) -> Result<GetAllAccountsForConidResponse>
pub async fn parse_response( req: Response, ) -> Result<GetAllAccountsForConidResponse>
Parse the HTTP response into the response enum.
Trait Implementations§
Source§impl Clone for GetAllAccountsForConidRequest
impl Clone for GetAllAccountsForConidRequest
Source§fn clone(&self) -> GetAllAccountsForConidRequest
fn clone(&self) -> GetAllAccountsForConidRequest
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<'v_a> ValidateArgs<'v_a> for GetAllAccountsForConidRequest
impl<'v_a> ValidateArgs<'v_a> for GetAllAccountsForConidRequest
Auto Trait Implementations§
impl Freeze for GetAllAccountsForConidRequest
impl RefUnwindSafe for GetAllAccountsForConidRequest
impl Send for GetAllAccountsForConidRequest
impl Sync for GetAllAccountsForConidRequest
impl Unpin for GetAllAccountsForConidRequest
impl UnsafeUnpin for GetAllAccountsForConidRequest
impl UnwindSafe for GetAllAccountsForConidRequest
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