pub enum PaymentReceipt1Code {
CodePAYM,
CodeRECE,
CodeNONE,
}Variants§
Implementations§
Source§impl PaymentReceipt1Code
impl PaymentReceipt1Code
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for PaymentReceipt1Code
impl RefUnwindSafe for PaymentReceipt1Code
impl Send for PaymentReceipt1Code
impl Sync for PaymentReceipt1Code
impl Unpin for PaymentReceipt1Code
impl UnwindSafe for PaymentReceipt1Code
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