pub struct IssuingAuthorizationFleetNonFuelPriceData {
pub gross_amount_decimal: Option<String>,
}
Fields§
§gross_amount_decimal: Option<String>
Gross non-fuel amount that should equal the sum of the line items, inclusive of taxes.
Trait Implementations§
Source§impl Clone for IssuingAuthorizationFleetNonFuelPriceData
impl Clone for IssuingAuthorizationFleetNonFuelPriceData
Source§fn clone(&self) -> IssuingAuthorizationFleetNonFuelPriceData
fn clone(&self) -> IssuingAuthorizationFleetNonFuelPriceData
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreAuto Trait Implementations§
impl Freeze for IssuingAuthorizationFleetNonFuelPriceData
impl RefUnwindSafe for IssuingAuthorizationFleetNonFuelPriceData
impl Send for IssuingAuthorizationFleetNonFuelPriceData
impl Sync for IssuingAuthorizationFleetNonFuelPriceData
impl Unpin for IssuingAuthorizationFleetNonFuelPriceData
impl UnwindSafe for IssuingAuthorizationFleetNonFuelPriceData
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