pub struct PddAuthorizeQueryRequest {
pub pdd_app_key: String,
pub pdd_app_secret: String,
pub pid: String,
pub custom_parameters: Option<String>,
}Expand description
Fields§
§pdd_app_key: String拼多多开放平台应用的 appkey
pdd_app_secret: String拼多多开放平台应用的 appsecret
pid: String拼多多平台的推广位
custom_parameters: Option<String>自定义参数 (可选)
Implementations§
Trait Implementations§
Source§impl Clone for PddAuthorizeQueryRequest
impl Clone for PddAuthorizeQueryRequest
Source§fn clone(&self) -> PddAuthorizeQueryRequest
fn clone(&self) -> PddAuthorizeQueryRequest
Returns a duplicate of the value. Read more
1.0.0 · 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 PddAuthorizeQueryRequest
impl Debug for PddAuthorizeQueryRequest
Auto Trait Implementations§
impl Freeze for PddAuthorizeQueryRequest
impl RefUnwindSafe for PddAuthorizeQueryRequest
impl Send for PddAuthorizeQueryRequest
impl Sync for PddAuthorizeQueryRequest
impl Unpin for PddAuthorizeQueryRequest
impl UnwindSafe for PddAuthorizeQueryRequest
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