pub struct PddAuthorizeQueryResult {
pub bind: Option<i32>,
pub request_id: Option<String>,
}Expand description
拼多多授权备案查询结果
Fields§
§bind: Option<i32>绑定状态: 1 表示授权备案成功,其他值表示失败
request_id: Option<String>请求 ID
Trait Implementations§
Source§impl Clone for PddAuthorizeQueryResult
impl Clone for PddAuthorizeQueryResult
Source§fn clone(&self) -> PddAuthorizeQueryResult
fn clone(&self) -> PddAuthorizeQueryResult
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 PddAuthorizeQueryResult
impl Debug for PddAuthorizeQueryResult
Source§impl<'de> Deserialize<'de> for PddAuthorizeQueryResult
impl<'de> Deserialize<'de> for PddAuthorizeQueryResult
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 PddAuthorizeQueryResult
impl RefUnwindSafe for PddAuthorizeQueryResult
impl Send for PddAuthorizeQueryResult
impl Sync for PddAuthorizeQueryResult
impl Unpin for PddAuthorizeQueryResult
impl UnwindSafe for PddAuthorizeQueryResult
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