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