pub struct Field26T {
pub transaction_type_code: String,
}
Expand description
Field 26T: Transaction Type Code
Fields§
§transaction_type_code: String
Transaction type code (3 alphanumeric characters)
Implementations§
Trait Implementations§
Source§impl<'de> Deserialize<'de> for Field26T
impl<'de> Deserialize<'de> for Field26T
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 Field26T
impl SwiftField for Field26T
Source§fn to_swift_string(&self) -> String
fn to_swift_string(&self) -> String
Serialize field back to SWIFT format
Source§fn validate(&self, rules: &FormatRules) -> Result<(), ValidationError>
fn validate(&self, rules: &FormatRules) -> Result<(), ValidationError>
Validate field content according to SWIFT rules
Source§fn description() -> &'static str
fn description() -> &'static str
Get field description for documentation/debugging
Source§fn is_mandatory_for_message_type(message_type: &str) -> bool
fn is_mandatory_for_message_type(message_type: &str) -> bool
Check if field is mandatory for a specific message type
impl Eq for Field26T
impl StructuralPartialEq for Field26T
Auto Trait Implementations§
impl Freeze for Field26T
impl RefUnwindSafe for Field26T
impl Send for Field26T
impl Sync for Field26T
impl Unpin for Field26T
impl UnwindSafe for Field26T
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