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