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