pub enum Rule {
Show 38 variants
EOI,
swift_char,
swift_chars,
amount_char,
year,
month,
day,
date,
short_date,
tag_no,
tag,
field_value,
field,
fields,
transaction_ref_no,
tag_20_field,
related_ref,
tag_21_field,
account_no,
tag_25_field,
statement_no,
sequence_no,
tag_28c_field,
debit_credit_indicator,
iso_currency_code,
amount,
tag_60_field,
tag_62_field,
tag_64_field,
tag_65_field,
ext_debit_credit_indicator,
funds_code,
transaction_type_ident_code,
customer_ref,
bank_ref,
supplementary_details,
tag_61_field,
tag_86_field,
}
Variants§
EOI
End-of-input
swift_char
swift_chars
amount_char
year
month
day
date
short_date
tag_no
tag
field_value
field
fields
transaction_ref_no
tag_20_field
tag_21_field
account_no
tag_25_field
statement_no
sequence_no
tag_28c_field
debit_credit_indicator
iso_currency_code
amount
tag_60_field
tag_62_field
tag_64_field
tag_65_field
ext_debit_credit_indicator
funds_code
transaction_type_ident_code
customer_ref
bank_ref
supplementary_details
tag_61_field
tag_86_field
Implementations§
Trait Implementations§
Source§impl Ord for Rule
impl Ord for Rule
Source§impl Parser<Rule> for MT940Parser
impl Parser<Rule> for MT940Parser
Source§impl PartialOrd for Rule
impl PartialOrd for Rule
impl Copy for Rule
impl Eq for Rule
impl StructuralPartialEq for Rule
Auto Trait Implementations§
impl Freeze for Rule
impl RefUnwindSafe for Rule
impl Send for Rule
impl Sync for Rule
impl Unpin for Rule
impl UnwindSafe for Rule
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