pub struct Field59A {
pub account_line_indicator: Option<String>,
pub account_number: Option<String>,
pub bic: String,
}Expand description
Field 59A: Beneficiary Customer (Option A)
Beneficiary customer with BIC-based identification.
Fields§
§account_line_indicator: Option<String>Account line indicator (optional)
account_number: Option<String>Account number (optional)
bic: StringBIC code
Implementations§
Trait Implementations§
Source§impl<'de> Deserialize<'de> for Field59A
impl<'de> Deserialize<'de> for Field59A
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 Field59A
impl SwiftField for Field59A
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 Field59A
Auto Trait Implementations§
impl Freeze for Field59A
impl RefUnwindSafe for Field59A
impl Send for Field59A
impl Sync for Field59A
impl Unpin for Field59A
impl UnwindSafe for Field59A
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