pub struct MT942StatementLine {
pub field_61: Option<Field61>,
pub field_86: Option<Field86>,
}
Fields§
§field_61: Option<Field61>
§field_86: Option<Field86>
Implementations§
Trait Implementations§
Source§impl Clone for MT942StatementLine
impl Clone for MT942StatementLine
Source§fn clone(&self) -> MT942StatementLine
fn clone(&self) -> MT942StatementLine
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for MT942StatementLine
impl Debug for MT942StatementLine
Source§impl<'de> Deserialize<'de> for MT942StatementLine
impl<'de> Deserialize<'de> for MT942StatementLine
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for MT942StatementLine
impl PartialEq for MT942StatementLine
Source§impl Serialize for MT942StatementLine
impl Serialize for MT942StatementLine
Source§impl SwiftField for MT942StatementLine
impl SwiftField for MT942StatementLine
Source§fn to_swift_string(&self) -> String
fn to_swift_string(&self) -> String
Convert field back to SWIFT string format
Source§fn format_spec() -> &'static str
fn format_spec() -> &'static str
Get field format specification
Source§impl SwiftMessageBody for MT942StatementLine
impl SwiftMessageBody for MT942StatementLine
Source§fn message_type() -> &'static str
fn message_type() -> &'static str
Get the message type identifier (e.g., “103”, “202”)
Source§fn from_fields(
fields: HashMap<String, Vec<(String, usize)>>,
) -> SwiftResult<Self>
fn from_fields( fields: HashMap<String, Vec<(String, usize)>>, ) -> SwiftResult<Self>
Create from field map with sequential consumption tracking
Source§fn from_fields_with_config(
fields: HashMap<String, Vec<(String, usize)>>,
config: &ParserConfig,
) -> Result<ParseResult<Self>, ParseError>
fn from_fields_with_config( fields: HashMap<String, Vec<(String, usize)>>, config: &ParserConfig, ) -> Result<ParseResult<Self>, ParseError>
Create from field map with configuration for error collection
Source§fn required_fields() -> Vec<&'static str>
fn required_fields() -> Vec<&'static str>
Get required field tags for this message type
Source§fn optional_fields() -> Vec<&'static str>
fn optional_fields() -> Vec<&'static str>
Get optional field tags for this message type
impl StructuralPartialEq for MT942StatementLine
Auto Trait Implementations§
impl Freeze for MT942StatementLine
impl RefUnwindSafe for MT942StatementLine
impl Send for MT942StatementLine
impl Sync for MT942StatementLine
impl Unpin for MT942StatementLine
impl UnwindSafe for MT942StatementLine
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