[][src]Struct firestore_grpc_cloudrun::ListenResponse

pub struct ListenResponse {
    pub response_type: Option<ResponseType>,
}

The response for [Firestore.Listen][google.firestore.v1.Firestore.Listen].

Fields

response_type: Option<ResponseType>

The supported responses.

Trait Implementations

impl Clone for ListenResponse[src]

impl Debug for ListenResponse[src]

impl Default for ListenResponse[src]

impl Message for ListenResponse[src]

impl PartialEq<ListenResponse> for ListenResponse[src]

impl StructuralPartialEq for ListenResponse[src]

Auto Trait Implementations

impl RefUnwindSafe for ListenResponse

impl Send for ListenResponse

impl Sync for ListenResponse

impl Unpin for ListenResponse

impl UnwindSafe for ListenResponse

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, 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]