Enum google_api_proto::google::ads::googleads::v17::enums::policy_approval_status_enum::PolicyApprovalStatus
source · #[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 is_valid(value: i32) -> bool
pub fn is_valid(value: i32) -> bool
Returns true
if value
is a variant of PolicyApprovalStatus
.
sourcepub fn from_i32(value: i32) -> Option<PolicyApprovalStatus>
👎Deprecated: Use the TryFrom<i32> implementation instead
pub fn from_i32(value: i32) -> Option<PolicyApprovalStatus>
Converts an i32
to a PolicyApprovalStatus
, or None
if value
is not a valid variant.
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§fn eq(&self, other: &PolicyApprovalStatus) -> bool
fn eq(&self, other: &PolicyApprovalStatus) -> bool
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd for PolicyApprovalStatus
impl PartialOrd for PolicyApprovalStatus
source§fn partial_cmp(&self, other: &PolicyApprovalStatus) -> Option<Ordering>
fn partial_cmp(&self, other: &PolicyApprovalStatus) -> 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 PolicyApprovalStatus
impl TryFrom<i32> for PolicyApprovalStatus
§type Error = UnknownEnumValue
type Error = UnknownEnumValue
source§fn try_from(value: i32) -> Result<PolicyApprovalStatus, UnknownEnumValue>
fn try_from(value: i32) -> Result<PolicyApprovalStatus, UnknownEnumValue>
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
§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