pub struct GetMarginSummaryRequest {
pub path: GetMarginSummaryRequestPath,
}Expand description
Returns a summary of an account’s margin, in total and by account segment.
Fields§
§path: GetMarginSummaryRequestPathImplementations§
Source§impl GetMarginSummaryRequest
impl GetMarginSummaryRequest
Sourcepub async fn parse_response(req: Response) -> Result<GetMarginSummaryResponse>
pub async fn parse_response(req: Response) -> Result<GetMarginSummaryResponse>
Parse the HTTP response into the response enum.
Trait Implementations§
Source§impl Clone for GetMarginSummaryRequest
impl Clone for GetMarginSummaryRequest
Source§fn clone(&self) -> GetMarginSummaryRequest
fn clone(&self) -> GetMarginSummaryRequest
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 GetMarginSummaryRequest
impl Debug for GetMarginSummaryRequest
Source§impl Default for GetMarginSummaryRequest
impl Default for GetMarginSummaryRequest
Source§impl Validate for GetMarginSummaryRequest
impl Validate for GetMarginSummaryRequest
Source§impl<'v_a> ValidateArgs<'v_a> for GetMarginSummaryRequest
impl<'v_a> ValidateArgs<'v_a> for GetMarginSummaryRequest
Auto Trait Implementations§
impl Freeze for GetMarginSummaryRequest
impl RefUnwindSafe for GetMarginSummaryRequest
impl Send for GetMarginSummaryRequest
impl Sync for GetMarginSummaryRequest
impl Unpin for GetMarginSummaryRequest
impl UnsafeUnpin for GetMarginSummaryRequest
impl UnwindSafe for GetMarginSummaryRequest
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