Enum gapi_grpc::google::ads::googleads::v7::enums::feed_item_status_enum::FeedItemStatus[][src]

#[repr(i32)]pub enum FeedItemStatus {
    Unspecified,
    Unknown,
    Enabled,
    Removed,
}

Possible statuses of a feed item.

Variants

Unspecified

Not specified.

Unknown

Used for return value only. Represents value unknown in this version.

Enabled

Feed item is enabled.

Removed

Feed item has been removed.

Implementations

impl FeedItemStatus[src]

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

Returns true if value is a variant of FeedItemStatus.

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

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

Trait Implementations

impl Clone for FeedItemStatus[src]

impl Copy for FeedItemStatus[src]

impl Debug for FeedItemStatus[src]

impl Default for FeedItemStatus[src]

impl Eq for FeedItemStatus[src]

impl From<FeedItemStatus> for i32[src]

impl Hash for FeedItemStatus[src]

impl Ord for FeedItemStatus[src]

impl PartialEq<FeedItemStatus> for FeedItemStatus[src]

impl PartialOrd<FeedItemStatus> for FeedItemStatus[src]

impl StructuralEq for FeedItemStatus[src]

impl StructuralPartialEq for FeedItemStatus[src]

Auto Trait Implementations

impl RefUnwindSafe for FeedItemStatus

impl Send for FeedItemStatus

impl Sync for FeedItemStatus

impl Unpin for FeedItemStatus

impl UnwindSafe for FeedItemStatus

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]