pub struct Field13C {
pub time: String,
pub utc_offset1: String,
pub utc_offset2: String,
}
Expand description
Field 13C: Time Indication
Fields§
§time: String
Time portion (format: HHMMSS+DD)
utc_offset1: String
UTC offset 1 (format: +HHMM or -HHMM)
utc_offset2: String
UTC offset 2 (format: +HHMM or -HHMM)
Implementations§
Source§impl Field13C
impl Field13C
Trait Implementations§
Source§impl<'de> Deserialize<'de> for Field13C
impl<'de> Deserialize<'de> for Field13C
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 Field13C
impl SwiftField for Field13C
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 Field13C
impl StructuralPartialEq for Field13C
Auto Trait Implementations§
impl Freeze for Field13C
impl RefUnwindSafe for Field13C
impl Send for Field13C
impl Sync for Field13C
impl Unpin for Field13C
impl UnwindSafe for Field13C
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