pub struct ModifyFyiDeliveryRequest {
pub body: FyiEnableDeviceOption,
}Expand description
Choose whether a particular device is enabled or disabled.
Fields§
§body: FyiEnableDeviceOptionImplementations§
Source§impl ModifyFyiDeliveryRequest
impl ModifyFyiDeliveryRequest
Sourcepub async fn parse_response(req: Response) -> Result<ModifyFyiDeliveryResponse>
pub async fn parse_response(req: Response) -> Result<ModifyFyiDeliveryResponse>
Parse the HTTP response into the response enum.
Trait Implementations§
Source§impl Clone for ModifyFyiDeliveryRequest
impl Clone for ModifyFyiDeliveryRequest
Source§fn clone(&self) -> ModifyFyiDeliveryRequest
fn clone(&self) -> ModifyFyiDeliveryRequest
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 ModifyFyiDeliveryRequest
impl Debug for ModifyFyiDeliveryRequest
Source§impl Default for ModifyFyiDeliveryRequest
impl Default for ModifyFyiDeliveryRequest
Source§impl Validate for ModifyFyiDeliveryRequest
impl Validate for ModifyFyiDeliveryRequest
Source§impl<'v_a> ValidateArgs<'v_a> for ModifyFyiDeliveryRequest
impl<'v_a> ValidateArgs<'v_a> for ModifyFyiDeliveryRequest
Auto Trait Implementations§
impl Freeze for ModifyFyiDeliveryRequest
impl RefUnwindSafe for ModifyFyiDeliveryRequest
impl Send for ModifyFyiDeliveryRequest
impl Sync for ModifyFyiDeliveryRequest
impl Unpin for ModifyFyiDeliveryRequest
impl UnsafeUnpin for ModifyFyiDeliveryRequest
impl UnwindSafe for ModifyFyiDeliveryRequest
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