pub struct SettlementFailsParticipant1 {
pub lei: String,
pub rank: String,
pub aggt: SettlementTotalData1,
}Fields§
§lei: String§rank: String§aggt: SettlementTotalData1Implementations§
Source§impl SettlementFailsParticipant1
impl SettlementFailsParticipant1
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for SettlementFailsParticipant1
impl RefUnwindSafe for SettlementFailsParticipant1
impl Send for SettlementFailsParticipant1
impl Sync for SettlementFailsParticipant1
impl Unpin for SettlementFailsParticipant1
impl UnwindSafe for SettlementFailsParticipant1
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