pub struct GetAllModelPositionsRequest {
pub body: PositionRequestBody2,
}Expand description
Request all positions held within the model.
Fields§
§body: PositionRequestBody2Implementations§
Source§impl GetAllModelPositionsRequest
impl GetAllModelPositionsRequest
Sourcepub async fn parse_response(
req: Response,
) -> Result<GetAllModelPositionsResponse>
pub async fn parse_response( req: Response, ) -> Result<GetAllModelPositionsResponse>
Parse the HTTP response into the response enum.
Trait Implementations§
Source§impl Clone for GetAllModelPositionsRequest
impl Clone for GetAllModelPositionsRequest
Source§fn clone(&self) -> GetAllModelPositionsRequest
fn clone(&self) -> GetAllModelPositionsRequest
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 GetAllModelPositionsRequest
impl Debug for GetAllModelPositionsRequest
Source§impl<'v_a> ValidateArgs<'v_a> for GetAllModelPositionsRequest
impl<'v_a> ValidateArgs<'v_a> for GetAllModelPositionsRequest
Auto Trait Implementations§
impl Freeze for GetAllModelPositionsRequest
impl RefUnwindSafe for GetAllModelPositionsRequest
impl Send for GetAllModelPositionsRequest
impl Sync for GetAllModelPositionsRequest
impl Unpin for GetAllModelPositionsRequest
impl UnsafeUnpin for GetAllModelPositionsRequest
impl UnwindSafe for GetAllModelPositionsRequest
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