Struct gapi_grpc::google::streetview::publish::v1::PhotoResponse[][src]

pub struct PhotoResponse {
    pub status: Option<Status>,
    pub photo: Option<Photo>,
}

Response payload for a single [Photo][google.streetview.publish.v1.Photo] in batch operations including [BatchGetPhotos][google.streetview.publish.v1.StreetViewPublishService.BatchGetPhotos] and [BatchUpdatePhotos][google.streetview.publish.v1.StreetViewPublishService.BatchUpdatePhotos].

Fields

status: Option<Status>

The status for the operation to get or update a single photo in the batch request.

photo: Option<Photo>

The [Photo][google.streetview.publish.v1.Photo] resource, if the request was successful.

Trait Implementations

impl Clone for PhotoResponse[src]

impl Debug for PhotoResponse[src]

impl Default for PhotoResponse[src]

impl Message for PhotoResponse[src]

impl PartialEq<PhotoResponse> for PhotoResponse[src]

impl StructuralPartialEq for PhotoResponse[src]

Auto Trait Implementations

impl RefUnwindSafe for PhotoResponse

impl Send for PhotoResponse

impl Sync for PhotoResponse

impl Unpin for PhotoResponse

impl UnwindSafe for PhotoResponse

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]