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