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