pub struct Field12 {
pub type_code: String,
}
Expand description
Field 12: Sub Message Type
Sub-message type classification variant of Field 12 module. Provides additional categorization within main MT message types for precise routing and processing.
Components:
- Type code (3!n, exactly 3 numeric digits)
For complete documentation, see the Field 12 module.
Fields§
§type_code: String
Sub-message type or categorization code
Format: 3!n - Exactly 3 numeric digits (0-9) Used for additional message classification within main MT type
Trait Implementations§
Source§impl<'de> Deserialize<'de> for Field12
impl<'de> Deserialize<'de> for Field12
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 SwiftField for Field12
impl SwiftField for Field12
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
impl StructuralPartialEq for Field12
Auto Trait Implementations§
impl Freeze for Field12
impl RefUnwindSafe for Field12
impl Send for Field12
impl Sync for Field12
impl Unpin for Field12
impl UnwindSafe for Field12
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