Struct gapi_grpc::google::cloud::iot::v1::ListDeviceRegistriesResponse[][src]

pub struct ListDeviceRegistriesResponse {
    pub device_registries: Vec<DeviceRegistry>,
    pub next_page_token: String,
}

Response for ListDeviceRegistries.

Fields

device_registries: Vec<DeviceRegistry>

The registries that matched the query.

next_page_token: String

If not empty, indicates that there may be more registries that match the request; this value should be passed in a new ListDeviceRegistriesRequest.

Trait Implementations

impl Clone for ListDeviceRegistriesResponse[src]

impl Debug for ListDeviceRegistriesResponse[src]

impl Default for ListDeviceRegistriesResponse[src]

impl Message for ListDeviceRegistriesResponse[src]

impl PartialEq<ListDeviceRegistriesResponse> for ListDeviceRegistriesResponse[src]

impl StructuralPartialEq for ListDeviceRegistriesResponse[src]

Auto Trait Implementations

impl RefUnwindSafe for ListDeviceRegistriesResponse

impl Send for ListDeviceRegistriesResponse

impl Sync for ListDeviceRegistriesResponse

impl Unpin for ListDeviceRegistriesResponse

impl UnwindSafe for ListDeviceRegistriesResponse

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T> Instrument for T[src]

impl<T> Instrument for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> IntoRequest<T> for T[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<V, T> VZip<V> for T where
    V: MultiLane<T>, 
[src]

impl<T> WithSubscriber for T[src]