pub struct WechatPayDecodeData {
pub mchid: String,
pub appid: String,
pub out_trade_no: String,
pub transaction_id: String,
pub trade_type: String,
pub trade_state: String,
pub trade_state_desc: String,
pub bank_type: String,
pub attach: String,
pub success_time: String,
pub payer: PayerInfo,
pub amount: AmountInfo,
}Fields§
§mchid: String§appid: String§out_trade_no: String§transaction_id: String§trade_type: String§trade_state: String§trade_state_desc: String§bank_type: String§attach: String§success_time: String§payer: PayerInfo§amount: AmountInfoTrait Implementations§
Source§impl Clone for WechatPayDecodeData
impl Clone for WechatPayDecodeData
Source§fn clone(&self) -> WechatPayDecodeData
fn clone(&self) -> WechatPayDecodeData
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 WechatPayDecodeData
impl Debug for WechatPayDecodeData
Source§impl<'de> Deserialize<'de> for WechatPayDecodeData
impl<'de> Deserialize<'de> for WechatPayDecodeData
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 WechatPayDecodeData
impl RefUnwindSafe for WechatPayDecodeData
impl Send for WechatPayDecodeData
impl Sync for WechatPayDecodeData
impl Unpin for WechatPayDecodeData
impl UnsafeUnpin for WechatPayDecodeData
impl UnwindSafe for WechatPayDecodeData
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