Struct gapi_grpc::google::pubsub::v1::ListSchemasResponse[][src]

pub struct ListSchemasResponse {
    pub schemas: Vec<Schema>,
    pub next_page_token: String,
}

Response for the ListSchemas method.

Fields

schemas: Vec<Schema>

The resulting schemas.

next_page_token: String

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

Trait Implementations

impl Clone for ListSchemasResponse[src]

impl Debug for ListSchemasResponse[src]

impl Default for ListSchemasResponse[src]

impl Message for ListSchemasResponse[src]

impl PartialEq<ListSchemasResponse> for ListSchemasResponse[src]

impl StructuralPartialEq for ListSchemasResponse[src]

Auto Trait Implementations

impl RefUnwindSafe for ListSchemasResponse

impl Send for ListSchemasResponse

impl Sync for ListSchemasResponse

impl Unpin for ListSchemasResponse

impl UnwindSafe for ListSchemasResponse

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]