pub enum Field50 {
A(Field50A),
F(Field50F),
K(Field50K),
}
Expand description
Field 50: Ordering Customer
Multi-option field with different format specifications per option.
Variants§
A(Field50A)
Option A: BIC-based identification
F(Field50F)
Option F: Party identifier with name/address
K(Field50K)
Option K: Name and address only
Trait Implementations§
Source§impl<'de> Deserialize<'de> for Field50
impl<'de> Deserialize<'de> for Field50
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 Field50
impl SwiftField for Field50
Source§fn to_swift_string(&self) -> String
fn to_swift_string(&self) -> String
Convert field back to SWIFT string format
Source§fn validate(&self) -> ValidationResult
fn validate(&self) -> ValidationResult
Validate field according to SWIFT format rules
Source§fn format_spec() -> &'static str
fn format_spec() -> &'static str
Get field format specification
impl StructuralPartialEq for Field50
Auto Trait Implementations§
impl Freeze for Field50
impl RefUnwindSafe for Field50
impl Send for Field50
impl Sync for Field50
impl Unpin for Field50
impl UnwindSafe for Field50
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