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