pub struct GetAlertDetailsRequest {
pub path: GetAlertDetailsRequestPath,
pub query: GetAlertDetailsRequestQuery,
}Expand description
Request details of a specific alert by providing the assigned alertId Id.
Fields§
§path: GetAlertDetailsRequestPath§query: GetAlertDetailsRequestQueryImplementations§
Source§impl GetAlertDetailsRequest
impl GetAlertDetailsRequest
Sourcepub async fn parse_response(req: Response) -> Result<GetAlertDetailsResponse>
pub async fn parse_response(req: Response) -> Result<GetAlertDetailsResponse>
Parse the HTTP response into the response enum.
Trait Implementations§
Source§impl Clone for GetAlertDetailsRequest
impl Clone for GetAlertDetailsRequest
Source§fn clone(&self) -> GetAlertDetailsRequest
fn clone(&self) -> GetAlertDetailsRequest
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 GetAlertDetailsRequest
impl Debug for GetAlertDetailsRequest
Source§impl Default for GetAlertDetailsRequest
impl Default for GetAlertDetailsRequest
Source§impl Validate for GetAlertDetailsRequest
impl Validate for GetAlertDetailsRequest
Source§impl<'v_a> ValidateArgs<'v_a> for GetAlertDetailsRequest
impl<'v_a> ValidateArgs<'v_a> for GetAlertDetailsRequest
Auto Trait Implementations§
impl Freeze for GetAlertDetailsRequest
impl RefUnwindSafe for GetAlertDetailsRequest
impl Send for GetAlertDetailsRequest
impl Sync for GetAlertDetailsRequest
impl Unpin for GetAlertDetailsRequest
impl UnsafeUnpin for GetAlertDetailsRequest
impl UnwindSafe for GetAlertDetailsRequest
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