Enum gapi_grpc::google::apps::alertcenter::v1beta1::AlertFeedbackType[][src]

#[repr(i32)]pub enum AlertFeedbackType {
    Unspecified,
    NotUseful,
    SomewhatUseful,
    VeryUseful,
}

The type of alert feedback.

Variants

Unspecified

The feedback type is not specified.

NotUseful

The alert report is not useful.

SomewhatUseful

The alert report is somewhat useful.

VeryUseful

The alert report is very useful.

Implementations

impl AlertFeedbackType[src]

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

Returns true if value is a variant of AlertFeedbackType.

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

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

Trait Implementations

impl Clone for AlertFeedbackType[src]

impl Copy for AlertFeedbackType[src]

impl Debug for AlertFeedbackType[src]

impl Default for AlertFeedbackType[src]

impl Eq for AlertFeedbackType[src]

impl From<AlertFeedbackType> for i32[src]

impl Hash for AlertFeedbackType[src]

impl Ord for AlertFeedbackType[src]

impl PartialEq<AlertFeedbackType> for AlertFeedbackType[src]

impl PartialOrd<AlertFeedbackType> for AlertFeedbackType[src]

impl StructuralEq for AlertFeedbackType[src]

impl StructuralPartialEq for AlertFeedbackType[src]

Auto Trait Implementations

impl RefUnwindSafe for AlertFeedbackType

impl Send for AlertFeedbackType

impl Sync for AlertFeedbackType

impl Unpin for AlertFeedbackType

impl UnwindSafe for AlertFeedbackType

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]