pub struct AlipayInvoiceInfo {
pub key_info: Option<InvoiceKeyInfo>,
pub details: String,
}Expand description
开票信息
Fields§
§key_info: Option<InvoiceKeyInfo>商品的编号
details: String开票内容 注:json数组格式
Trait Implementations§
Source§impl Debug for AlipayInvoiceInfo
impl Debug for AlipayInvoiceInfo
Source§impl<'de> Deserialize<'de> for AlipayInvoiceInfo
impl<'de> Deserialize<'de> for AlipayInvoiceInfo
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 AlipayInvoiceInfo
impl RefUnwindSafe for AlipayInvoiceInfo
impl Send for AlipayInvoiceInfo
impl Sync for AlipayInvoiceInfo
impl Unpin for AlipayInvoiceInfo
impl UnwindSafe for AlipayInvoiceInfo
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