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