pub enum IssuingAuthorizationFuelDataType {
Diesel,
Other,
UnleadedPlus,
UnleadedRegular,
UnleadedSuper,
}
Expand description
The type of fuel that was purchased.
Variants§
Implementations§
Trait Implementations§
Source§impl Clone for IssuingAuthorizationFuelDataType
impl Clone for IssuingAuthorizationFuelDataType
Source§fn clone(&self) -> IssuingAuthorizationFuelDataType
fn clone(&self) -> IssuingAuthorizationFuelDataType
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 moreSource§impl FromValueOpt for IssuingAuthorizationFuelDataType
impl FromValueOpt for IssuingAuthorizationFuelDataType
fn from_value(v: Value) -> Option<Self>
Source§impl PartialEq for IssuingAuthorizationFuelDataType
impl PartialEq for IssuingAuthorizationFuelDataType
Source§fn eq(&self, other: &IssuingAuthorizationFuelDataType) -> bool
fn eq(&self, other: &IssuingAuthorizationFuelDataType) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl Copy for IssuingAuthorizationFuelDataType
impl Eq for IssuingAuthorizationFuelDataType
impl StructuralPartialEq for IssuingAuthorizationFuelDataType
Auto Trait Implementations§
impl Freeze for IssuingAuthorizationFuelDataType
impl RefUnwindSafe for IssuingAuthorizationFuelDataType
impl Send for IssuingAuthorizationFuelDataType
impl Sync for IssuingAuthorizationFuelDataType
impl Unpin for IssuingAuthorizationFuelDataType
impl UnwindSafe for IssuingAuthorizationFuelDataType
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