pub struct NumberOfTransactionsPerValidationRule6 {
pub dtld_nb: String,
pub rpt_sts: Vec<RejectionReason70>,
}Fields§
§dtld_nb: String§rpt_sts: Vec<RejectionReason70>Implementations§
Source§impl NumberOfTransactionsPerValidationRule6
impl NumberOfTransactionsPerValidationRule6
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for NumberOfTransactionsPerValidationRule6
impl RefUnwindSafe for NumberOfTransactionsPerValidationRule6
impl Send for NumberOfTransactionsPerValidationRule6
impl Sync for NumberOfTransactionsPerValidationRule6
impl Unpin for NumberOfTransactionsPerValidationRule6
impl UnwindSafe for NumberOfTransactionsPerValidationRule6
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