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

pub struct ListSubscribersResponse {
    pub topic: String,
    pub service_accounts: Vec<String>,
    pub next_page_token: String,
}

Response Message for ListSubscribers.

Fields

topic: String

Name of the topic registered with the reseller.

service_accounts: Vec<String>

List of service accounts which have subscriber access to the topic.

next_page_token: String

A token that can be sent as page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.

Trait Implementations

impl Clone for ListSubscribersResponse[src]

impl Debug for ListSubscribersResponse[src]

impl Default for ListSubscribersResponse[src]

impl Message for ListSubscribersResponse[src]

impl PartialEq<ListSubscribersResponse> for ListSubscribersResponse[src]

impl StructuralPartialEq for ListSubscribersResponse[src]

Auto Trait Implementations

impl RefUnwindSafe for ListSubscribersResponse

impl Send for ListSubscribersResponse

impl Sync for ListSubscribersResponse

impl Unpin for ListSubscribersResponse

impl UnwindSafe for ListSubscribersResponse

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]