pub struct Intermediary47 {
pub id: PartyIdentification125Choice,
pub lgl_ntty_idr: Option<String>,
pub acct: Option<Account32>,
}Fields§
§id: PartyIdentification125Choice§lgl_ntty_idr: Option<String>§acct: Option<Account32>Implementations§
Source§impl Intermediary47
impl Intermediary47
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for Intermediary47
impl RefUnwindSafe for Intermediary47
impl Send for Intermediary47
impl Sync for Intermediary47
impl Unpin for Intermediary47
impl UnwindSafe for Intermediary47
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