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

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

Fields

Trait Implementations

impl Display for ConnectDeviceList
[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?

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?

Creates an iterator from a value. Read more