pub struct RuleDTO {
pub rule_item_groups: Vec<RuleItemGroupDTO>,
}Available on crate feature
ad-manager only.Expand description
RuleDTO from the GoHighLevel OpenAPI spec.
Fields§
§rule_item_groups: Vec<RuleItemGroupDTO>List of rule item groups Required by the API.
Trait Implementations§
Source§impl<'de> Deserialize<'de> for RuleDTO
impl<'de> Deserialize<'de> for RuleDTO
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 RuleDTO
impl RefUnwindSafe for RuleDTO
impl Send for RuleDTO
impl Sync for RuleDTO
impl Unpin for RuleDTO
impl UnsafeUnpin for RuleDTO
impl UnwindSafe for RuleDTO
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