pub struct NativeResponse {
pub code: Option<String>,
pub message: Option<String>,
pub code_url: Option<String>,
}Fields§
§code: Option<String>§message: Option<String>§code_url: Option<String>【支付跳转链接】 h5_url为拉起微信支付收银台的中间页面,可通过访问该URL来拉起微信客户端,完成支付,h5_url的有效期为5分钟。
Trait Implementations§
Source§impl Debug for NativeResponse
impl Debug for NativeResponse
Source§impl<'de> Deserialize<'de> for NativeResponse
impl<'de> Deserialize<'de> for NativeResponse
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 NativeResponse
Auto Trait Implementations§
impl Freeze for NativeResponse
impl RefUnwindSafe for NativeResponse
impl Send for NativeResponse
impl Sync for NativeResponse
impl Unpin for NativeResponse
impl UnsafeUnpin for NativeResponse
impl UnwindSafe for NativeResponse
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