pub struct TransactionChannelType1Choice {
pub cd: Option<TransactionChannel2Code>,
pub prtry: Option<GenericIdentification47>,
}Fields§
§cd: Option<TransactionChannel2Code>§prtry: Option<GenericIdentification47>Implementations§
Source§impl TransactionChannelType1Choice
impl TransactionChannelType1Choice
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for TransactionChannelType1Choice
impl RefUnwindSafe for TransactionChannelType1Choice
impl Send for TransactionChannelType1Choice
impl Sync for TransactionChannelType1Choice
impl Unpin for TransactionChannelType1Choice
impl UnwindSafe for TransactionChannelType1Choice
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