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