pub struct RuleOperandDTO {
pub lookback_window_days: f64,
pub rule: RuleDTO,
}Available on crate feature
ad-manager only.Expand description
RuleOperandDTO from the GoHighLevel OpenAPI spec.
Fields§
§lookback_window_days: f64Lookback window in days Required by the API.
rule: RuleDTORule definition Required by the API.
Trait Implementations§
Source§impl Clone for RuleOperandDTO
impl Clone for RuleOperandDTO
Source§fn clone(&self) -> RuleOperandDTO
fn clone(&self) -> RuleOperandDTO
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 RuleOperandDTO
impl Debug for RuleOperandDTO
Source§impl Default for RuleOperandDTO
impl Default for RuleOperandDTO
Source§fn default() -> RuleOperandDTO
fn default() -> RuleOperandDTO
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for RuleOperandDTO
impl<'de> Deserialize<'de> for RuleOperandDTO
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 RuleOperandDTO
impl RefUnwindSafe for RuleOperandDTO
impl Send for RuleOperandDTO
impl Sync for RuleOperandDTO
impl Unpin for RuleOperandDTO
impl UnsafeUnpin for RuleOperandDTO
impl UnwindSafe for RuleOperandDTO
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