Struct connectr::webapi::ConnectDeviceList [] [src]

pub struct ConnectDeviceList {
    pub devices: Vec<ConnectDevice>,
}

Fields

Methods

impl ConnectDeviceList
[src]

[src]

Trait Implementations

impl Default for ConnectDeviceList
[src]

[src]

Returns the "default value" for a type. Read more

impl Display for ConnectDeviceList
[src]

[src]

Formats the value using the given formatter. Read more

impl<'a> IntoIterator for &'a ConnectDeviceList
[src]

The type of the elements being iterated over.

Which kind of iterator are we turning this into?

[src]

Creates an iterator from a value. Read more

impl IntoIterator for ConnectDeviceList
[src]

The type of the elements being iterated over.

Which kind of iterator are we turning this into?

[src]

Creates an iterator from a value. Read more

Auto Trait Implementations