pub struct QuickPay {
pub location_id: String,
pub name: String,
pub price_money: Money,
}Fields§
§location_id: String§name: String§price_money: MoneyTrait Implementations§
Source§impl<'de> Deserialize<'de> for QuickPay
impl<'de> Deserialize<'de> for QuickPay
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 QuickPay
impl RefUnwindSafe for QuickPay
impl Send for QuickPay
impl Sync for QuickPay
impl Unpin for QuickPay
impl UnwindSafe for QuickPay
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