Enum google_api_proto::google::analytics::admin::v1alpha::IndustryCategory
source · #[repr(i32)]pub enum IndustryCategory {
Show 27 variants
Unspecified = 0,
Automotive = 1,
BusinessAndIndustrialMarkets = 2,
Finance = 3,
Healthcare = 4,
Technology = 5,
Travel = 6,
Other = 7,
ArtsAndEntertainment = 8,
BeautyAndFitness = 9,
BooksAndLiterature = 10,
FoodAndDrink = 11,
Games = 12,
HobbiesAndLeisure = 13,
HomeAndGarden = 14,
InternetAndTelecom = 15,
LawAndGovernment = 16,
News = 17,
OnlineCommunities = 18,
PeopleAndSociety = 19,
PetsAndAnimals = 20,
RealEstate = 21,
Reference = 22,
Science = 23,
Sports = 24,
JobsAndEducation = 25,
Shopping = 26,
}
Expand description
The category selected for this property, used for industry benchmarking.
Variants§
Unspecified = 0
Industry category unspecified
Automotive = 1
Automotive
BusinessAndIndustrialMarkets = 2
Business and industrial markets
Finance = 3
Finance
Healthcare = 4
Healthcare
Technology = 5
Technology
Travel = 6
Travel
Other = 7
Other
ArtsAndEntertainment = 8
Arts and entertainment
BeautyAndFitness = 9
Beauty and fitness
BooksAndLiterature = 10
Books and literature
FoodAndDrink = 11
Food and drink
Games = 12
Games
HobbiesAndLeisure = 13
Hobbies and leisure
HomeAndGarden = 14
Home and garden
InternetAndTelecom = 15
Internet and telecom
LawAndGovernment = 16
Law and government
News = 17
News
OnlineCommunities = 18
Online communities
PeopleAndSociety = 19
People and society
PetsAndAnimals = 20
Pets and animals
RealEstate = 21
Real estate
Reference = 22
Reference
Science = 23
Science
Sports = 24
Sports
JobsAndEducation = 25
Jobs and education
Shopping = 26
Shopping
Implementations§
source§impl IndustryCategory
impl IndustryCategory
sourcepub fn as_str_name(&self) -> &'static str
pub fn as_str_name(&self) -> &'static str
String value of the enum field names used in the ProtoBuf definition.
The values are not transformed in any way and thus are considered stable (if the ProtoBuf definition does not change) and safe for programmatic use.
sourcepub fn from_str_name(value: &str) -> Option<Self>
pub fn from_str_name(value: &str) -> Option<Self>
Creates an enum from field names used in the ProtoBuf definition.
Trait Implementations§
source§impl Clone for IndustryCategory
impl Clone for IndustryCategory
source§fn clone(&self) -> IndustryCategory
fn clone(&self) -> IndustryCategory
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for IndustryCategory
impl Debug for IndustryCategory
source§impl Default for IndustryCategory
impl Default for IndustryCategory
source§fn default() -> IndustryCategory
fn default() -> IndustryCategory
Returns the “default value” for a type. Read more
source§impl From<IndustryCategory> for i32
impl From<IndustryCategory> for i32
source§fn from(value: IndustryCategory) -> i32
fn from(value: IndustryCategory) -> i32
Converts to this type from the input type.
source§impl Hash for IndustryCategory
impl Hash for IndustryCategory
source§impl Ord for IndustryCategory
impl Ord for IndustryCategory
source§fn cmp(&self, other: &IndustryCategory) -> Ordering
fn cmp(&self, other: &IndustryCategory) -> Ordering
1.21.0 · source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
source§impl PartialEq for IndustryCategory
impl PartialEq for IndustryCategory
source§fn eq(&self, other: &IndustryCategory) -> bool
fn eq(&self, other: &IndustryCategory) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd for IndustryCategory
impl PartialOrd for IndustryCategory
source§fn partial_cmp(&self, other: &IndustryCategory) -> Option<Ordering>
fn partial_cmp(&self, other: &IndustryCategory) -> Option<Ordering>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read moresource§impl TryFrom<i32> for IndustryCategory
impl TryFrom<i32> for IndustryCategory
§type Error = UnknownEnumValue
type Error = UnknownEnumValue
The type returned in the event of a conversion error.
source§fn try_from(value: i32) -> Result<IndustryCategory, UnknownEnumValue>
fn try_from(value: i32) -> Result<IndustryCategory, UnknownEnumValue>
Performs the conversion.
impl Copy for IndustryCategory
impl Eq for IndustryCategory
impl StructuralPartialEq for IndustryCategory
Auto Trait Implementations§
impl Freeze for IndustryCategory
impl RefUnwindSafe for IndustryCategory
impl Send for IndustryCategory
impl Sync for IndustryCategory
impl Unpin for IndustryCategory
impl UnwindSafe for IndustryCategory
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<Q, K> Comparable<K> for Q
impl<Q, K> Comparable<K> for Q
source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.§impl<T> Instrument for T
impl<T> Instrument for T
§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
source§impl<T> IntoRequest<T> for T
impl<T> IntoRequest<T> for T
source§fn into_request(self) -> Request<T>
fn into_request(self) -> Request<T>
Wrap the input message
T
in a tonic::Request