pub struct SetAllocationPresetRequest {
pub body: Presets,
}Expand description
Set the preset behavior for new allocation groups for specific events.
Fields§
§body: PresetsImplementations§
Source§impl SetAllocationPresetRequest
impl SetAllocationPresetRequest
Sourcepub async fn parse_response(
req: Response,
) -> Result<SetAllocationPresetResponse>
pub async fn parse_response( req: Response, ) -> Result<SetAllocationPresetResponse>
Parse the HTTP response into the response enum.
Trait Implementations§
Source§impl Clone for SetAllocationPresetRequest
impl Clone for SetAllocationPresetRequest
Source§fn clone(&self) -> SetAllocationPresetRequest
fn clone(&self) -> SetAllocationPresetRequest
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 SetAllocationPresetRequest
impl Debug for SetAllocationPresetRequest
Source§impl Default for SetAllocationPresetRequest
impl Default for SetAllocationPresetRequest
Source§impl<'v_a> ValidateArgs<'v_a> for SetAllocationPresetRequest
impl<'v_a> ValidateArgs<'v_a> for SetAllocationPresetRequest
Auto Trait Implementations§
impl Freeze for SetAllocationPresetRequest
impl RefUnwindSafe for SetAllocationPresetRequest
impl Send for SetAllocationPresetRequest
impl Sync for SetAllocationPresetRequest
impl Unpin for SetAllocationPresetRequest
impl UnsafeUnpin for SetAllocationPresetRequest
impl UnwindSafe for SetAllocationPresetRequest
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