Enum sep2_common::packages::prepayment::CreditTypeType
source · #[repr(u8)]pub enum CreditTypeType {
Regular = 0,
Emergency = 1,
RegularThenEmergency = 2,
EmergencyThenRegular = 3,
}
Available on crate feature
prepayment
only.Variants§
Trait Implementations§
source§impl Clone for CreditTypeType
impl Clone for CreditTypeType
source§fn clone(&self) -> CreditTypeType
fn clone(&self) -> CreditTypeType
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 CreditTypeType
impl Debug for CreditTypeType
source§impl Default for CreditTypeType
impl Default for CreditTypeType
source§fn default() -> CreditTypeType
fn default() -> CreditTypeType
Returns the “default value” for a type. Read more
source§impl PartialEq<CreditTypeType> for CreditTypeType
impl PartialEq<CreditTypeType> for CreditTypeType
source§fn eq(&self, other: &CreditTypeType) -> bool
fn eq(&self, other: &CreditTypeType) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl YaDeserialize for CreditTypeType
impl YaDeserialize for CreditTypeType
source§impl YaSerialize for CreditTypeType
impl YaSerialize for CreditTypeType
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 CreditTypeType
impl Eq for CreditTypeType
impl StructuralEq for CreditTypeType
impl StructuralPartialEq for CreditTypeType
Auto Trait Implementations§
impl RefUnwindSafe for CreditTypeType
impl Send for CreditTypeType
impl Sync for CreditTypeType
impl Unpin for CreditTypeType
impl UnwindSafe for CreditTypeType
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