Struct pdd::requests::PddAdApiUnitCreativeQueryFlowRate
source · pub struct PddAdApiUnitCreativeQueryFlowRate {
pub ad_id: Option<i64>,
}Expand description
查询智能创意流量分配比例,万分比
Fields§
§ad_id: Option<i64>广告单元Id
Trait Implementations§
source§impl Default for PddAdApiUnitCreativeQueryFlowRate
impl Default for PddAdApiUnitCreativeQueryFlowRate
source§fn default() -> PddAdApiUnitCreativeQueryFlowRate
fn default() -> PddAdApiUnitCreativeQueryFlowRate
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for PddAdApiUnitCreativeQueryFlowRate
impl<'de> Deserialize<'de> for PddAdApiUnitCreativeQueryFlowRate
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 RefUnwindSafe for PddAdApiUnitCreativeQueryFlowRate
impl Send for PddAdApiUnitCreativeQueryFlowRate
impl Sync for PddAdApiUnitCreativeQueryFlowRate
impl Unpin for PddAdApiUnitCreativeQueryFlowRate
impl UnwindSafe for PddAdApiUnitCreativeQueryFlowRate
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