Enum gapi_grpc::google::analytics::admin::v1alpha::IndustryCategory[][src]

#[repr(i32)]pub enum IndustryCategory {
    Unspecified,
    Automotive,
    BusinessAndIndustrialMarkets,
    Finance,
    Healthcare,
    Technology,
    Travel,
    Other,
    ArtsAndEntertainment,
    BeautyAndFitness,
    BooksAndLiterature,
    FoodAndDrink,
    Games,
    HobbiesAndLeisure,
    HomeAndGarden,
    InternetAndTelecom,
    LawAndGovernment,
    News,
    OnlineCommunities,
    PeopleAndSociety,
    PetsAndAnimals,
    RealEstate,
    Reference,
    Science,
    Sports,
    JobsAndEducation,
    Shopping,
}

The category selected for this property, used for industry benchmarking.

Variants

Unspecified

Industry category unspecified

Automotive

Automotive

BusinessAndIndustrialMarkets

Business and industrial markets

Finance

Finance

Healthcare

Healthcare

Technology

Technology

Travel

Travel

Other

Other

ArtsAndEntertainment

Arts and entertainment

BeautyAndFitness

Beauty and fitness

BooksAndLiterature

Books and literature

FoodAndDrink

Food and drink

Games

Games

HobbiesAndLeisure

Hobbies and leisure

HomeAndGarden

Home and garden

InternetAndTelecom

Internet and telecom

LawAndGovernment

Law and government

News

News

OnlineCommunities

Online communities

PeopleAndSociety

People and society

PetsAndAnimals

Pets and animals

RealEstate

Real estate

Reference

Reference

Science

Science

Sports

Sports

JobsAndEducation

Jobs and education

Shopping

Shopping

Implementations

impl IndustryCategory[src]

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

Returns true if value is a variant of IndustryCategory.

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

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

Trait Implementations

impl Clone for IndustryCategory[src]

impl Copy for IndustryCategory[src]

impl Debug for IndustryCategory[src]

impl Default for IndustryCategory[src]

impl Eq for IndustryCategory[src]

impl From<IndustryCategory> for i32[src]

impl Hash for IndustryCategory[src]

impl Ord for IndustryCategory[src]

impl PartialEq<IndustryCategory> for IndustryCategory[src]

impl PartialOrd<IndustryCategory> for IndustryCategory[src]

impl StructuralEq for IndustryCategory[src]

impl StructuralPartialEq for IndustryCategory[src]

Auto Trait Implementations

impl RefUnwindSafe for IndustryCategory

impl Send for IndustryCategory

impl Sync for IndustryCategory

impl Unpin for IndustryCategory

impl UnwindSafe for IndustryCategory

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]