pub struct WechatRefundNotifyResponseV3 {
pub raw_data: Option<OriginNotifyResponse>,
pub result: Option<DecryptRefundNotifyResult>,
}Fields§
§raw_data: Option<OriginNotifyResponse>源数据
result: Option<DecryptRefundNotifyResult>解密后的数据
Implementations§
Source§impl WechatRefundNotifyResponseV3
impl WechatRefundNotifyResponseV3
pub fn decrypt_result(&self) -> DecryptRefundNotifyResult
Trait Implementations§
Source§impl Clone for WechatRefundNotifyResponseV3
impl Clone for WechatRefundNotifyResponseV3
Source§fn clone(&self) -> WechatRefundNotifyResponseV3
fn clone(&self) -> WechatRefundNotifyResponseV3
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 WechatRefundNotifyResponseV3
impl Debug for WechatRefundNotifyResponseV3
Source§impl<'de> Deserialize<'de> for WechatRefundNotifyResponseV3
impl<'de> Deserialize<'de> for WechatRefundNotifyResponseV3
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 WechatRefundNotifyResponseV3
impl RefUnwindSafe for WechatRefundNotifyResponseV3
impl Send for WechatRefundNotifyResponseV3
impl Sync for WechatRefundNotifyResponseV3
impl Unpin for WechatRefundNotifyResponseV3
impl UnwindSafe for WechatRefundNotifyResponseV3
Blanket Implementations§
Source§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
Source§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
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