#[repr(i32)]pub enum LocationPlaceholderField {
Unspecified = 0,
Unknown = 1,
BusinessName = 2,
AddressLine1 = 3,
AddressLine2 = 4,
City = 5,
Province = 6,
PostalCode = 7,
CountryCode = 8,
PhoneNumber = 9,
}
Expand description
Possible values for Location placeholder fields.
Variants§
Unspecified = 0
Not specified.
Unknown = 1
Used for return value only. Represents value unknown in this version.
BusinessName = 2
Data Type: STRING. The name of the business.
AddressLine1 = 3
Data Type: STRING. Line 1 of the business address.
AddressLine2 = 4
Data Type: STRING. Line 2 of the business address.
City = 5
Data Type: STRING. City of the business address.
Province = 6
Data Type: STRING. Province of the business address.
PostalCode = 7
Data Type: STRING. Postal code of the business address.
CountryCode = 8
Data Type: STRING. Country code of the business address.
PhoneNumber = 9
Data Type: STRING. Phone number of the business.
Implementations§
Source§impl LocationPlaceholderField
impl LocationPlaceholderField
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 LocationPlaceholderField
impl Clone for LocationPlaceholderField
Source§fn clone(&self) -> LocationPlaceholderField
fn clone(&self) -> LocationPlaceholderField
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moreSource§impl Debug for LocationPlaceholderField
impl Debug for LocationPlaceholderField
Source§impl Default for LocationPlaceholderField
impl Default for LocationPlaceholderField
Source§fn default() -> LocationPlaceholderField
fn default() -> LocationPlaceholderField
Source§impl From<LocationPlaceholderField> for i32
impl From<LocationPlaceholderField> for i32
Source§fn from(value: LocationPlaceholderField) -> i32
fn from(value: LocationPlaceholderField) -> i32
Source§impl Hash for LocationPlaceholderField
impl Hash for LocationPlaceholderField
Source§impl Ord for LocationPlaceholderField
impl Ord for LocationPlaceholderField
Source§fn cmp(&self, other: &LocationPlaceholderField) -> Ordering
fn cmp(&self, other: &LocationPlaceholderField) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Source§impl PartialEq for LocationPlaceholderField
impl PartialEq for LocationPlaceholderField
Source§impl PartialOrd for LocationPlaceholderField
impl PartialOrd for LocationPlaceholderField
impl Copy for LocationPlaceholderField
impl Eq for LocationPlaceholderField
impl StructuralPartialEq for LocationPlaceholderField
Auto Trait Implementations§
impl Freeze for LocationPlaceholderField
impl RefUnwindSafe for LocationPlaceholderField
impl Send for LocationPlaceholderField
impl Sync for LocationPlaceholderField
impl Unpin for LocationPlaceholderField
impl UnwindSafe for LocationPlaceholderField
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§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
key
and return true
if they are equal.Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<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
key
and return true
if they are equal.Source§impl<T> Instrument for T
impl<T> Instrument for T
Source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
Source§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>
T
in a tonic::Request