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