pub struct ExecutingParty1Choice {
pub prsn: Option<PersonIdentification12>,
pub algo: Option<String>,
pub clnt: Option<NoReasonCode>,
}Fields§
§prsn: Option<PersonIdentification12>§algo: Option<String>§clnt: Option<NoReasonCode>Implementations§
Source§impl ExecutingParty1Choice
impl ExecutingParty1Choice
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for ExecutingParty1Choice
impl RefUnwindSafe for ExecutingParty1Choice
impl Send for ExecutingParty1Choice
impl Sync for ExecutingParty1Choice
impl Unpin for ExecutingParty1Choice
impl UnwindSafe for ExecutingParty1Choice
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