pub struct RequestType2Choice {
pub pmt_ctrl: Option<RequestType1Code>,
pub enqry: Option<RequestType2Code>,
pub prtry: Option<GenericIdentification1>,
}Fields§
§pmt_ctrl: Option<RequestType1Code>§enqry: Option<RequestType2Code>§prtry: Option<GenericIdentification1>Implementations§
Source§impl RequestType2Choice
impl RequestType2Choice
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for RequestType2Choice
impl RefUnwindSafe for RequestType2Choice
impl Send for RequestType2Choice
impl Sync for RequestType2Choice
impl Unpin for RequestType2Choice
impl UnwindSafe for RequestType2Choice
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