pub struct SettlementInternaliserIdentification1 {
pub lei: String,
pub rspnsbl_prsn: ContactDetails4,
pub ctry: String,
pub brnch_id: Option<String>,
}Fields§
§lei: String§rspnsbl_prsn: ContactDetails4§ctry: String§brnch_id: Option<String>Implementations§
Source§impl SettlementInternaliserIdentification1
impl SettlementInternaliserIdentification1
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for SettlementInternaliserIdentification1
impl RefUnwindSafe for SettlementInternaliserIdentification1
impl Send for SettlementInternaliserIdentification1
impl Sync for SettlementInternaliserIdentification1
impl Unpin for SettlementInternaliserIdentification1
impl UnwindSafe for SettlementInternaliserIdentification1
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