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