[][src]Enum mt940::Rule

pub enum Rule {
    EOI,
    tag_no,
    tag,
    swift_char,
    swift_chars,
    amount_char,
    field_value,
    field,
    fields,
    year,
    month,
    day,
    date,
    short_date,
    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
tag_no
tag
swift_char
swift_chars
amount_char
field_value
field
fields
year
month
day
date
short_date
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

Trait Implementations

impl Eq for Rule[src]

impl Clone for Rule[src]

impl PartialOrd<Rule> for Rule[src]

impl PartialEq<Rule> for Rule[src]

impl Ord for Rule[src]

impl Copy for Rule[src]

impl Hash for Rule[src]

impl Debug for Rule[src]

impl Parser<Rule> for MT940Parser[src]

Auto Trait Implementations

impl Sync for Rule

impl Send for Rule

impl Unpin for Rule

impl UnwindSafe for Rule

impl RefUnwindSafe for Rule

Blanket Implementations

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T> From<T> for T[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> RuleType for T where
    T: Copy + Eq + Ord + Hash + Debug
[src]