#[repr(i32)]pub enum PolicyApprovalStatus {
Unspecified = 0,
Unknown = 1,
Disapproved = 2,
ApprovedLimited = 3,
Approved = 4,
AreaOfInterestOnly = 5,
}
Expand description
The possible policy approval statuses. When there are several approval statuses available the most severe one will be used. The order of severity is DISAPPROVED, AREA_OF_INTEREST_ONLY, APPROVED_LIMITED and APPROVED.
Variants§
Unspecified = 0
No value has been specified.
Unknown = 1
The received value is not known in this version.
This is a response-only value.
Disapproved = 2
Will not serve.
ApprovedLimited = 3
Serves with restrictions.
Approved = 4
Serves without restrictions.
AreaOfInterestOnly = 5
Will not serve in targeted countries, but may serve for users who are searching for information about the targeted countries.
Implementations§
Source§impl PolicyApprovalStatus
impl PolicyApprovalStatus
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 PolicyApprovalStatus
impl Clone for PolicyApprovalStatus
Source§fn clone(&self) -> PolicyApprovalStatus
fn clone(&self) -> PolicyApprovalStatus
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moreSource§impl Debug for PolicyApprovalStatus
impl Debug for PolicyApprovalStatus
Source§impl Default for PolicyApprovalStatus
impl Default for PolicyApprovalStatus
Source§fn default() -> PolicyApprovalStatus
fn default() -> PolicyApprovalStatus
Source§impl From<PolicyApprovalStatus> for i32
impl From<PolicyApprovalStatus> for i32
Source§fn from(value: PolicyApprovalStatus) -> i32
fn from(value: PolicyApprovalStatus) -> i32
Source§impl Hash for PolicyApprovalStatus
impl Hash for PolicyApprovalStatus
Source§impl Ord for PolicyApprovalStatus
impl Ord for PolicyApprovalStatus
Source§fn cmp(&self, other: &PolicyApprovalStatus) -> Ordering
fn cmp(&self, other: &PolicyApprovalStatus) -> 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 PolicyApprovalStatus
impl PartialEq for PolicyApprovalStatus
Source§impl PartialOrd for PolicyApprovalStatus
impl PartialOrd for PolicyApprovalStatus
impl Copy for PolicyApprovalStatus
impl Eq for PolicyApprovalStatus
impl StructuralPartialEq for PolicyApprovalStatus
Auto Trait Implementations§
impl Freeze for PolicyApprovalStatus
impl RefUnwindSafe for PolicyApprovalStatus
impl Send for PolicyApprovalStatus
impl Sync for PolicyApprovalStatus
impl Unpin for PolicyApprovalStatus
impl UnwindSafe for PolicyApprovalStatus
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