pub struct WeChatRefundNotifyResponse {
    pub appid: Option<String>,
    pub nonce_str: Option<String>,
    pub mch_id: String,
    pub req_info: String,
    pub return_code: String,
    pub return_msg: Option<String>,
}
Expand description
SUCCESS

Fields

appid: Option<String>nonce_str: Option<String>

加密字符串

mch_id: String

商户号

req_info: String

加密信息

return_code: String

业务结果

return_msg: Option<String>

返回信息

Implementations

Available on crate feature wechat only.

Trait Implementations

Formats the value using the given formatter. Read more

Deserialize this value from the given Serde deserializer. Read more

Serialize this value into the given Serde serializer. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Instruments this type with the provided Span, returning an Instrumented wrapper. Read more

Instruments this type with the current Span, returning an Instrumented wrapper. Read more

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

Attaches the provided Subscriber to this type, returning a WithDispatch wrapper. Read more

Attaches the current default Subscriber to this type, returning a WithDispatch wrapper. Read more