pub struct SettlementFailsJustification1 {
pub val: f64,
pub rate: SettlementDataRate1Choice,
}Fields§
§val: f64§rate: SettlementDataRate1ChoiceImplementations§
Source§impl SettlementFailsJustification1
impl SettlementFailsJustification1
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for SettlementFailsJustification1
impl RefUnwindSafe for SettlementFailsJustification1
impl Send for SettlementFailsJustification1
impl Sync for SettlementFailsJustification1
impl Unpin for SettlementFailsJustification1
impl UnwindSafe for SettlementFailsJustification1
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