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