pub struct PartyAndAuthorisation6 {
pub mod_cd: Option<Modification1Code>,
pub pty_or_grp: PartyOrGroup3Choice,
pub sgntr_ordr: Option<String>,
pub authstn: Authorisation2,
}Fields§
§mod_cd: Option<Modification1Code>§pty_or_grp: PartyOrGroup3Choice§sgntr_ordr: Option<String>§authstn: Authorisation2Implementations§
Source§impl PartyAndAuthorisation6
impl PartyAndAuthorisation6
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for PartyAndAuthorisation6
impl RefUnwindSafe for PartyAndAuthorisation6
impl Send for PartyAndAuthorisation6
impl Sync for PartyAndAuthorisation6
impl Unpin for PartyAndAuthorisation6
impl UnwindSafe for PartyAndAuthorisation6
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