pub struct VoucherDetail {
pub id: Option<String>,
pub name: Option<String>,
pub type: Option<String>,
pub amount: Option<String>,
pub merchant_contribute: Option<String>,
pub other_contribute: Option<String>,
pub memo: Option<String>,
pub template_id: Option<String>,
pub purchase_buyer_contribute: Option<String>,
pub purchase_merchant_contribute: Option<String>,
pub purchase_ant_contribute: Option<String>,
}
Fields§
§id: Option<String>
§name: Option<String>
§type: Option<String>
§amount: Option<String>
§merchant_contribute: Option<String>
§other_contribute: Option<String>
§memo: Option<String>
§template_id: Option<String>
§purchase_buyer_contribute: Option<String>
§purchase_merchant_contribute: Option<String>
§purchase_ant_contribute: Option<String>
Trait Implementations§
Source§impl<'de> Deserialize<'de> for VoucherDetail
impl<'de> Deserialize<'de> for VoucherDetail
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 VoucherDetail
impl RefUnwindSafe for VoucherDetail
impl Send for VoucherDetail
impl Sync for VoucherDetail
impl Unpin for VoucherDetail
impl UnwindSafe for VoucherDetail
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