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