pub struct CM {Show 29 fields
pub id: i64,
pub contract_id: String,
pub pos_num: i64,
pub name: String,
pub pic: String,
pub litpic: String,
pub url: String,
pub style: i64,
pub agency: String,
pub label: String,
pub intro: String,
pub creative_type: i64,
pub request_id: String,
pub src_id: i64,
pub area: i64,
pub is_ad_loc: bool,
pub ad_cb: String,
pub title: String,
pub server_type: i64,
pub cm_mark: i64,
pub stime: i64,
pub mid: String,
pub activity_type: i64,
pub epid: i64,
pub sub_title: String,
pub ad_desc: String,
pub adver_name: String,
pub null_frame: bool,
pub pic_main_color: String,
}Expand description
广告
Fields§
§id: i64§contract_id: String§pos_num: i64§name: String§pic: String§litpic: String§url: String§style: i64§agency: String§label: String§intro: String§creative_type: i64§request_id: String§src_id: i64§area: i64§is_ad_loc: bool§ad_cb: String§title: String§server_type: i64§cm_mark: i64§stime: i64§mid: String§activity_type: i64§epid: i64§sub_title: String§ad_desc: String§adver_name: String§null_frame: bool§pic_main_color: StringTrait Implementations§
Source§impl<'de> Deserialize<'de> for CM
impl<'de> Deserialize<'de> for CM
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 CM
impl RefUnwindSafe for CM
impl Send for CM
impl Sync for CM
impl Unpin for CM
impl UnwindSafe for CM
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