Struct xio_webapi::FirmwareFlashRequest[][src]

pub struct FirmwareFlashRequest {}

A request for flashing the latest firmware.

Trait Implementations

impl Clone for FirmwareFlashRequest
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for FirmwareFlashRequest
[src]

Formats the value using the given formatter. Read more

impl PartialEq for FirmwareFlashRequest
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Eq for FirmwareFlashRequest
[src]

Auto Trait Implementations