Struct gapi_grpc::google::cloud::channel::v1::ListCustomersResponse[][src]

pub struct ListCustomersResponse {
    pub customers: Vec<Customer>,
    pub next_page_token: String,
}
[]

Response message for [CloudChannelService.ListCustomers][google.cloud.channel.v1.CloudChannelService.ListCustomers].

Fields

customers: Vec<Customer>
[]

The customers belonging to a reseller or distributor.

next_page_token: String
[]

A token to retrieve the next page of results. Pass to [ListCustomersRequest.page_token][google.cloud.channel.v1.ListCustomersRequest.page_token] to obtain that page.

Trait Implementations

impl Clone for ListCustomersResponse[src][+]

impl Debug for ListCustomersResponse[src][+]

impl Default for ListCustomersResponse[src][+]

impl Message for ListCustomersResponse[src][+]

impl PartialEq<ListCustomersResponse> for ListCustomersResponse[src][+]

impl StructuralPartialEq for ListCustomersResponse[src]

Auto Trait Implementations

impl RefUnwindSafe for ListCustomersResponse

impl Send for ListCustomersResponse

impl Sync for ListCustomersResponse

impl Unpin for ListCustomersResponse

impl UnwindSafe for ListCustomersResponse

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][+]