pub struct PddAuthorizeQueryResponse {
pub response: Option<PddAuthorizeQueryResult>,
}Expand description
拼多多授权备案查询响应
authorize_query 接口的响应
Fields§
§response: Option<PddAuthorizeQueryResult>授权查询结果
Trait Implementations§
Source§impl Clone for PddAuthorizeQueryResponse
impl Clone for PddAuthorizeQueryResponse
Source§fn clone(&self) -> PddAuthorizeQueryResponse
fn clone(&self) -> PddAuthorizeQueryResponse
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 PddAuthorizeQueryResponse
impl Debug for PddAuthorizeQueryResponse
Source§impl<'de> Deserialize<'de> for PddAuthorizeQueryResponse
impl<'de> Deserialize<'de> for PddAuthorizeQueryResponse
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 PddAuthorizeQueryResponse
impl RefUnwindSafe for PddAuthorizeQueryResponse
impl Send for PddAuthorizeQueryResponse
impl Sync for PddAuthorizeQueryResponse
impl Unpin for PddAuthorizeQueryResponse
impl UnwindSafe for PddAuthorizeQueryResponse
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