Enum sep2_common::packages::prepayment::PrepayModeType
source · #[repr(u8)]pub enum PrepayModeType {
CentralWallet = 0,
ESI = 1,
Local = 2,
Credit = 3,
}
Available on crate feature
prepayment
only.Variants§
Trait Implementations§
source§impl Clone for PrepayModeType
impl Clone for PrepayModeType
source§fn clone(&self) -> PrepayModeType
fn clone(&self) -> PrepayModeType
Returns a copy 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 Debug for PrepayModeType
impl Debug for PrepayModeType
source§impl Default for PrepayModeType
impl Default for PrepayModeType
source§fn default() -> PrepayModeType
fn default() -> PrepayModeType
Returns the “default value” for a type. Read more
source§impl PartialEq<PrepayModeType> for PrepayModeType
impl PartialEq<PrepayModeType> for PrepayModeType
source§fn eq(&self, other: &PrepayModeType) -> bool
fn eq(&self, other: &PrepayModeType) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl YaDeserialize for PrepayModeType
impl YaDeserialize for PrepayModeType
source§impl YaSerialize for PrepayModeType
impl YaSerialize for PrepayModeType
fn name() -> &'static strwhere Self: Sized,
fn serialize<W: Write>(&self, writer: &mut Serializer<W>) -> Result<(), String>where Self: Sized,
fn serialize_attributes( &self, source_attributes: Vec<OwnedAttribute>, source_namespace: Namespace ) -> Result<(Vec<OwnedAttribute>, Namespace), String>where Self: Sized,
impl Copy for PrepayModeType
impl Eq for PrepayModeType
impl StructuralEq for PrepayModeType
impl StructuralPartialEq for PrepayModeType
Auto Trait Implementations§
impl RefUnwindSafe for PrepayModeType
impl Send for PrepayModeType
impl Sync for PrepayModeType
impl Unpin for PrepayModeType
impl UnwindSafe for PrepayModeType
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