pub enum Field59 {
A(Field59A),
F(Field59F),
NoOption(Field59Basic),
}
Expand description
Field 59: Beneficiary Customer (with options A, F, and no letter option)
Variants§
Implementations§
Trait Implementations§
Source§impl<'de> Deserialize<'de> for Field59
impl<'de> Deserialize<'de> for Field59
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 Field59
impl SwiftField for Field59
Source§fn parse(input: &str) -> Result<Self, ParseError>
fn parse(input: &str) -> Result<Self, ParseError>
Parse field value from string representation
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 Eq for Field59
impl StructuralPartialEq for Field59
Auto Trait Implementations§
impl Freeze for Field59
impl RefUnwindSafe for Field59
impl Send for Field59
impl Sync for Field59
impl Unpin for Field59
impl UnwindSafe for Field59
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