Struct gapi_grpc::google::ads::googleads::v6::common::UserListStringRuleItemInfo [−][src]
A rule item composed of a string operation.
Fields
operator: i32
String comparison operator. This field is required and must be populated when creating a new string rule item.
value: String
The right hand side of the string rule item. For URLs or referrer URLs, the value can not contain illegal URL chars such as newlines, quotes, tabs, or parentheses. This field is required and must be populated when creating a new string rule item.
Implementations
impl UserListStringRuleItemInfo
[src][−]
pub fn operator(&self) -> UserListStringRuleItemOperator
[src][−]
Returns the enum value of operator
, or the default if the field is set to an invalid enum value.
pub fn set_operator(&mut self, value: UserListStringRuleItemOperator)
[src][−]
Sets operator
to the provided enum value.
Trait Implementations
impl Clone for UserListStringRuleItemInfo
[src][+]
impl Debug for UserListStringRuleItemInfo
[src][+]
impl Default for UserListStringRuleItemInfo
[src][+]
impl Message for UserListStringRuleItemInfo
[src][+]
impl PartialEq<UserListStringRuleItemInfo> for UserListStringRuleItemInfo
[src][+]
impl StructuralPartialEq for UserListStringRuleItemInfo
[src]
Auto Trait Implementations
impl RefUnwindSafe for UserListStringRuleItemInfo
impl Send for UserListStringRuleItemInfo
impl Sync for UserListStringRuleItemInfo
impl Unpin for UserListStringRuleItemInfo
impl UnwindSafe for UserListStringRuleItemInfo
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src][+]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> From<T> for T
[src][+]
impl<T> Instrument for T
[src][+]
impl<T> Instrument for T
[src][+]
impl<T, U> Into<U> for T where
U: From<T>,
[src][+]
U: From<T>,
impl<T> IntoRequest<T> for T
[src][+]
impl<T> ToOwned for T where
T: Clone,
[src][+]
T: Clone,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src][+]
U: Into<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src][+]
U: TryFrom<T>,
impl<V, T> VZip<V> for T where
V: MultiLane<T>,
[src][+]
V: MultiLane<T>,