pub struct ModifyAllocationGroupRequest {
pub body: GroupRequestBody,
}Expand description
Modify an existing allocation group.
Fields§
§body: GroupRequestBodyImplementations§
Source§impl ModifyAllocationGroupRequest
impl ModifyAllocationGroupRequest
Sourcepub async fn parse_response(
req: Response,
) -> Result<CreateAllocationGroupResponse>
pub async fn parse_response( req: Response, ) -> Result<CreateAllocationGroupResponse>
Parse the HTTP response into the response enum.
Trait Implementations§
Source§impl Clone for ModifyAllocationGroupRequest
impl Clone for ModifyAllocationGroupRequest
Source§fn clone(&self) -> ModifyAllocationGroupRequest
fn clone(&self) -> ModifyAllocationGroupRequest
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 ModifyAllocationGroupRequest
impl Debug for ModifyAllocationGroupRequest
Source§impl<'v_a> ValidateArgs<'v_a> for ModifyAllocationGroupRequest
impl<'v_a> ValidateArgs<'v_a> for ModifyAllocationGroupRequest
Auto Trait Implementations§
impl Freeze for ModifyAllocationGroupRequest
impl RefUnwindSafe for ModifyAllocationGroupRequest
impl Send for ModifyAllocationGroupRequest
impl Sync for ModifyAllocationGroupRequest
impl Unpin for ModifyAllocationGroupRequest
impl UnsafeUnpin for ModifyAllocationGroupRequest
impl UnwindSafe for ModifyAllocationGroupRequest
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