pub struct MicroResponse {
pub code: Option<String>,
pub message: Option<String>,
pub prepay_id: Option<String>,
pub sign_data: Option<SignData>,
}Fields§
§code: Option<String>§message: Option<String>§prepay_id: Option<String>【预支付交易会话标识】 预支付交易会话标识。用于后续接口调用中使用,该值有效期为2小时
sign_data: Option<SignData>【签名数据】
Trait Implementations§
Source§impl Debug for MicroResponse
impl Debug for MicroResponse
Source§impl<'de> Deserialize<'de> for MicroResponse
impl<'de> Deserialize<'de> for MicroResponse
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
impl ResponseTrait for MicroResponse
Auto Trait Implementations§
impl Freeze for MicroResponse
impl RefUnwindSafe for MicroResponse
impl Send for MicroResponse
impl Sync for MicroResponse
impl Unpin for MicroResponse
impl UnsafeUnpin for MicroResponse
impl UnwindSafe for MicroResponse
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