Struct iso8583::iso_field::IsoField [] [src]

pub struct IsoField {
    pub label: String,
    pub char_type: FieldCharType,
    pub size_type: FieldSizeType,
    pub length: usize,
}

IsoField defination

Fields

Methods

impl IsoField
[src]

IsoField implementation

[src]

Trait Implementations

impl Debug for IsoField
[src]

[src]

Formats the value using the given formatter.

impl PartialEq for IsoField
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

[src]

This method tests for !=.