pub struct GetAllAlertsRequest {
pub path: GetAllAlertsRequestPath,
}Expand description
Retrieve a list of all alerts attached to the provided account.
Fields§
§path: GetAllAlertsRequestPathImplementations§
Source§impl GetAllAlertsRequest
impl GetAllAlertsRequest
Sourcepub async fn parse_response(req: Response) -> Result<GetAllAlertsResponse>
pub async fn parse_response(req: Response) -> Result<GetAllAlertsResponse>
Parse the HTTP response into the response enum.
Trait Implementations§
Source§impl Clone for GetAllAlertsRequest
impl Clone for GetAllAlertsRequest
Source§fn clone(&self) -> GetAllAlertsRequest
fn clone(&self) -> GetAllAlertsRequest
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 GetAllAlertsRequest
impl Debug for GetAllAlertsRequest
Source§impl Default for GetAllAlertsRequest
impl Default for GetAllAlertsRequest
Source§impl Validate for GetAllAlertsRequest
impl Validate for GetAllAlertsRequest
Source§impl<'v_a> ValidateArgs<'v_a> for GetAllAlertsRequest
impl<'v_a> ValidateArgs<'v_a> for GetAllAlertsRequest
Auto Trait Implementations§
impl Freeze for GetAllAlertsRequest
impl RefUnwindSafe for GetAllAlertsRequest
impl Send for GetAllAlertsRequest
impl Sync for GetAllAlertsRequest
impl Unpin for GetAllAlertsRequest
impl UnsafeUnpin for GetAllAlertsRequest
impl UnwindSafe for GetAllAlertsRequest
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