pub struct WechatMpCardApiSignature {
pub app_id: String,
pub card_id: String,
pub card_type: String,
pub location_id: String,
pub code: String,
pub openid: String,
pub nonce_str: String,
pub signature: String,
pub timestamp: i64,
}Expand description
卡券Api签名
Fields§
§app_id: String§card_id: String§card_type: String§location_id: String§code: String§openid: String§nonce_str: String§signature: String§timestamp: i64Trait Implementations§
Source§impl<'de> Deserialize<'de> for WechatMpCardApiSignature
impl<'de> Deserialize<'de> for WechatMpCardApiSignature
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 WechatMpCardApiSignature
impl RefUnwindSafe for WechatMpCardApiSignature
impl Send for WechatMpCardApiSignature
impl Sync for WechatMpCardApiSignature
impl Unpin for WechatMpCardApiSignature
impl UnwindSafe for WechatMpCardApiSignature
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