Struct gapi_grpc::google::ads::admob::v1::ListPublisherAccountsResponse [−][src]
Response for the publisher account list request.
Fields
account: Vec<PublisherAccount>
Publisher that the client credentials can access.
next_page_token: String
If not empty, indicates that there might be more accounts for the request;
you must pass this value in a new ListPublisherAccountsRequest
.
Trait Implementations
impl Clone for ListPublisherAccountsResponse
[src][+]
impl Debug for ListPublisherAccountsResponse
[src][+]
impl Default for ListPublisherAccountsResponse
[src][+]
impl Message for ListPublisherAccountsResponse
[src][+]
impl PartialEq<ListPublisherAccountsResponse> for ListPublisherAccountsResponse
[src][+]
impl StructuralPartialEq for ListPublisherAccountsResponse
[src]
Auto Trait Implementations
impl RefUnwindSafe for ListPublisherAccountsResponse
impl Send for ListPublisherAccountsResponse
impl Sync for ListPublisherAccountsResponse
impl Unpin for ListPublisherAccountsResponse
impl UnwindSafe for ListPublisherAccountsResponse
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src][+]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
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][+]
U: From<T>,
impl<T> IntoRequest<T> for T
[src][+]
impl<T> ToOwned for T where
T: Clone,
[src][+]
T: Clone,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src][+]
U: Into<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src][+]
U: TryFrom<T>,
impl<V, T> VZip<V> for T where
V: MultiLane<T>,
[src][+]
V: MultiLane<T>,