Enum gapi_grpc::google::streetview::publish::v1::photo::MapsPublishStatus[][src]

[]
#[repr(i32)]pub enum MapsPublishStatus {
    UnspecifiedMapsPublishStatus,
    Published,
    RejectedUnknown,
}
[]

Publication status of the photo in Google Maps.

Variants

UnspecifiedMapsPublishStatus
[]

The status of the photo is unknown.

Published
[]

The photo is published to the public through Google Maps.

RejectedUnknown
[]

The photo has been rejected for an unknown reason.

Implementations

impl MapsPublishStatus[src][]

pub fn is_valid(value: i32) -> bool[src][]

Returns true if value is a variant of MapsPublishStatus.

pub fn from_i32(value: i32) -> Option<MapsPublishStatus>[src][]

Converts an i32 to a MapsPublishStatus, or None if value is not a valid variant.

Trait Implementations

impl Clone for MapsPublishStatus[src][+]

impl Copy for MapsPublishStatus[src]

impl Debug for MapsPublishStatus[src][+]

impl Default for MapsPublishStatus[src][+]

impl Eq for MapsPublishStatus[src]

impl From<MapsPublishStatus> for i32[src][+]

impl Hash for MapsPublishStatus[src][+]

impl Ord for MapsPublishStatus[src][+]

impl PartialEq<MapsPublishStatus> for MapsPublishStatus[src][+]

impl PartialOrd<MapsPublishStatus> for MapsPublishStatus[src][+]

impl StructuralEq for MapsPublishStatus[src]

impl StructuralPartialEq for MapsPublishStatus[src]

Auto Trait Implementations

impl RefUnwindSafe for MapsPublishStatus

impl Send for MapsPublishStatus

impl Sync for MapsPublishStatus

impl Unpin for MapsPublishStatus

impl UnwindSafe for MapsPublishStatus

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<Q, K> Equivalent<K> for Q where
    K: Borrow<Q> + ?Sized,
    Q: Eq + ?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][+]