pub struct StringRuleItemDTO {
pub operator: String,
pub value: String,
}Available on crate feature
ad-manager only.Expand description
StringRuleItemDTO from the GoHighLevel OpenAPI spec.
Fields§
§operator: StringRule operator Required by the API.
value: StringRule value Required by the API.
Trait Implementations§
Source§impl Clone for StringRuleItemDTO
impl Clone for StringRuleItemDTO
Source§fn clone(&self) -> StringRuleItemDTO
fn clone(&self) -> StringRuleItemDTO
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for StringRuleItemDTO
impl Debug for StringRuleItemDTO
Source§impl Default for StringRuleItemDTO
impl Default for StringRuleItemDTO
Source§fn default() -> StringRuleItemDTO
fn default() -> StringRuleItemDTO
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for StringRuleItemDTO
impl<'de> Deserialize<'de> for StringRuleItemDTO
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for StringRuleItemDTO
impl RefUnwindSafe for StringRuleItemDTO
impl Send for StringRuleItemDTO
impl Sync for StringRuleItemDTO
impl Unpin for StringRuleItemDTO
impl UnsafeUnpin for StringRuleItemDTO
impl UnwindSafe for StringRuleItemDTO
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
Mutably borrows from an owned value. Read more