pub struct PaymentCollectionLineItem {
pub title: String,
pub value: f64,
}
Fields§
§title: String
§value: f64
Trait Implementations§
Source§impl Debug for PaymentCollectionLineItem
impl Debug for PaymentCollectionLineItem
Source§impl<'de> Deserialize<'de> for PaymentCollectionLineItem
impl<'de> Deserialize<'de> for PaymentCollectionLineItem
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
Source§impl Display for PaymentCollectionLineItem
impl Display for PaymentCollectionLineItem
Auto Trait Implementations§
impl Freeze for PaymentCollectionLineItem
impl RefUnwindSafe for PaymentCollectionLineItem
impl Send for PaymentCollectionLineItem
impl Sync for PaymentCollectionLineItem
impl Unpin for PaymentCollectionLineItem
impl UnwindSafe for PaymentCollectionLineItem
Blanket Implementations§
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