Enum google_api_proto::google::maps::addressvalidation::v1::provide_validation_feedback_request::ValidationConclusion
source · #[repr(i32)]pub enum ValidationConclusion {
Unspecified = 0,
ValidatedVersionUsed = 1,
UserVersionUsed = 2,
UnvalidatedVersionUsed = 3,
Unused = 4,
}
Expand description
The possible final outcomes of the sequence of address validation requests needed to validate an address.
Variants§
Unspecified = 0
This value is unused.
If the ProvideValidationFeedbackRequest.conclusion
field is set to
VALIDATION_CONCLUSION_UNSPECIFIED
, an INVALID_ARGUMENT
error will be
returned.
ValidatedVersionUsed = 1
The version of the address returned by the Address Validation API was used for the transaction.
UserVersionUsed = 2
The version of the address provided by the user was used for the transaction
UnvalidatedVersionUsed = 3
A version of the address that was entered after the last validation attempt but that was not re-validated was used for the transaction.
Unused = 4
The transaction was abandoned and the address was not used.
Implementations§
source§impl ValidationConclusion
impl ValidationConclusion
sourcepub fn is_valid(value: i32) -> bool
pub fn is_valid(value: i32) -> bool
Returns true
if value
is a variant of ValidationConclusion
.
sourcepub fn from_i32(value: i32) -> Option<ValidationConclusion>
👎Deprecated: Use the TryFrom<i32> implementation instead
pub fn from_i32(value: i32) -> Option<ValidationConclusion>
Converts an i32
to a ValidationConclusion
, or None
if value
is not a valid variant.
source§impl ValidationConclusion
impl ValidationConclusion
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 ValidationConclusion
impl Clone for ValidationConclusion
source§fn clone(&self) -> ValidationConclusion
fn clone(&self) -> ValidationConclusion
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Debug for ValidationConclusion
impl Debug for ValidationConclusion
source§impl Default for ValidationConclusion
impl Default for ValidationConclusion
source§fn default() -> ValidationConclusion
fn default() -> ValidationConclusion
source§impl From<ValidationConclusion> for i32
impl From<ValidationConclusion> for i32
source§fn from(value: ValidationConclusion) -> i32
fn from(value: ValidationConclusion) -> i32
source§impl Hash for ValidationConclusion
impl Hash for ValidationConclusion
source§impl Ord for ValidationConclusion
impl Ord for ValidationConclusion
source§fn cmp(&self, other: &ValidationConclusion) -> Ordering
fn cmp(&self, other: &ValidationConclusion) -> 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 ValidationConclusion
impl PartialEq for ValidationConclusion
source§fn eq(&self, other: &ValidationConclusion) -> bool
fn eq(&self, other: &ValidationConclusion) -> bool
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd for ValidationConclusion
impl PartialOrd for ValidationConclusion
source§fn partial_cmp(&self, other: &ValidationConclusion) -> Option<Ordering>
fn partial_cmp(&self, other: &ValidationConclusion) -> Option<Ordering>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
self
and other
) and is used by the <=
operator. Read moresource§impl TryFrom<i32> for ValidationConclusion
impl TryFrom<i32> for ValidationConclusion
§type Error = UnknownEnumValue
type Error = UnknownEnumValue
source§fn try_from(value: i32) -> Result<ValidationConclusion, UnknownEnumValue>
fn try_from(value: i32) -> Result<ValidationConclusion, UnknownEnumValue>
impl Copy for ValidationConclusion
impl Eq for ValidationConclusion
impl StructuralPartialEq for ValidationConclusion
Auto Trait Implementations§
impl Freeze for ValidationConclusion
impl RefUnwindSafe for ValidationConclusion
impl Send for ValidationConclusion
impl Sync for ValidationConclusion
impl Unpin for ValidationConclusion
impl UnwindSafe for ValidationConclusion
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
§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.§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
§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
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>
T
in a tonic::Request