pub struct DeleteFyiDeviceRequest {
pub path: DeleteFyiDeviceRequestPath,
}Expand description
Delete a specific device from our saved list of notification devices.
Fields§
§path: DeleteFyiDeviceRequestPathImplementations§
Source§impl DeleteFyiDeviceRequest
impl DeleteFyiDeviceRequest
Sourcepub async fn parse_response(req: Response) -> Result<DeleteFyiDeviceResponse>
pub async fn parse_response(req: Response) -> Result<DeleteFyiDeviceResponse>
Parse the HTTP response into the response enum.
Trait Implementations§
Source§impl Clone for DeleteFyiDeviceRequest
impl Clone for DeleteFyiDeviceRequest
Source§fn clone(&self) -> DeleteFyiDeviceRequest
fn clone(&self) -> DeleteFyiDeviceRequest
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 DeleteFyiDeviceRequest
impl Debug for DeleteFyiDeviceRequest
Source§impl Default for DeleteFyiDeviceRequest
impl Default for DeleteFyiDeviceRequest
Source§impl Validate for DeleteFyiDeviceRequest
impl Validate for DeleteFyiDeviceRequest
Source§impl<'v_a> ValidateArgs<'v_a> for DeleteFyiDeviceRequest
impl<'v_a> ValidateArgs<'v_a> for DeleteFyiDeviceRequest
Auto Trait Implementations§
impl Freeze for DeleteFyiDeviceRequest
impl RefUnwindSafe for DeleteFyiDeviceRequest
impl Send for DeleteFyiDeviceRequest
impl Sync for DeleteFyiDeviceRequest
impl Unpin for DeleteFyiDeviceRequest
impl UnsafeUnpin for DeleteFyiDeviceRequest
impl UnwindSafe for DeleteFyiDeviceRequest
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