pub struct Logon {
    pub encrypt_method: EncryptMethod,
    pub heart_bt_int: Int,
    pub raw_data: Option<Data>,
    pub reset_seq_num_flag: Option<Boolean>,
    pub next_expected_msg_seq_num: Option<SeqNum>,
    pub max_message_size: Option<Length>,
    pub test_message_indicator: Option<Boolean>,
    pub username: Option<Str>,
    pub password: Option<Str>,
    pub default_appl_ver_id: Str,
    pub msg_type_grp: Option<Vec<MsgTypeGrp>>,
}

Fields

encrypt_method: EncryptMethodheart_bt_int: Intraw_data: Option<Data>reset_seq_num_flag: Option<Boolean>next_expected_msg_seq_num: Option<SeqNum>max_message_size: Option<Length>test_message_indicator: Option<Boolean>username: Option<Str>password: Option<Str>default_appl_ver_id: Strmsg_type_grp: Option<Vec<MsgTypeGrp>>

Trait Implementations

Formats the value using the given formatter. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.