pub struct SetModelTargetPositionsRequest {
pub body: SaveRequestBody,
}Expand description
Create or Modify a model’s target positions.
Fields§
§body: SaveRequestBodyImplementations§
Source§impl SetModelTargetPositionsRequest
impl SetModelTargetPositionsRequest
Sourcepub async fn parse_response(
req: Response,
) -> Result<SetModelTargetPositionsResponse>
pub async fn parse_response( req: Response, ) -> Result<SetModelTargetPositionsResponse>
Parse the HTTP response into the response enum.
Trait Implementations§
Source§impl Clone for SetModelTargetPositionsRequest
impl Clone for SetModelTargetPositionsRequest
Source§fn clone(&self) -> SetModelTargetPositionsRequest
fn clone(&self) -> SetModelTargetPositionsRequest
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 SetModelTargetPositionsRequest
impl<'v_a> ValidateArgs<'v_a> for SetModelTargetPositionsRequest
Auto Trait Implementations§
impl Freeze for SetModelTargetPositionsRequest
impl RefUnwindSafe for SetModelTargetPositionsRequest
impl Send for SetModelTargetPositionsRequest
impl Sync for SetModelTargetPositionsRequest
impl Unpin for SetModelTargetPositionsRequest
impl UnsafeUnpin for SetModelTargetPositionsRequest
impl UnwindSafe for SetModelTargetPositionsRequest
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