pub struct MT941BalanceLine {
pub field_65: GenericBalanceField,
}
Expand description
§MT941 Balance Line
Represents a forward balance at a specific value date. Enhanced with SwiftMessage derive for automatic parsing and validation.
Fields§
§field_65: GenericBalanceField
Forward Available Balance - Field 65
Available balance at specific future value date. Shows projected available funds considering pending transactions.
Implementations§
Source§impl MT941BalanceLine
impl MT941BalanceLine
Sourcepub fn validation_rules() -> &'static str
pub fn validation_rules() -> &'static str
Get the validation rules for this message type
Trait Implementations§
Source§impl Clone for MT941BalanceLine
impl Clone for MT941BalanceLine
Source§fn clone(&self) -> MT941BalanceLine
fn clone(&self) -> MT941BalanceLine
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for MT941BalanceLine
impl Debug for MT941BalanceLine
Source§impl<'de> Deserialize<'de> for MT941BalanceLine
impl<'de> Deserialize<'de> for MT941BalanceLine
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 PartialEq for MT941BalanceLine
impl PartialEq for MT941BalanceLine
Source§impl Serialize for MT941BalanceLine
impl Serialize for MT941BalanceLine
Source§impl SwiftMessageBody for MT941BalanceLine
impl SwiftMessageBody for MT941BalanceLine
Source§fn message_type() -> &'static str
fn message_type() -> &'static str
Get the message type identifier (e.g., “103”, “202”)
Source§fn from_fields(fields: HashMap<String, Vec<String>>) -> SwiftResult<Self>
fn from_fields(fields: HashMap<String, Vec<String>>) -> SwiftResult<Self>
Create from field map
Source§fn required_fields() -> Vec<&'static str>
fn required_fields() -> Vec<&'static str>
Get required field tags for this message type
Source§fn optional_fields() -> Vec<&'static str>
fn optional_fields() -> Vec<&'static str>
Get optional field tags for this message type
impl StructuralPartialEq for MT941BalanceLine
Auto Trait Implementations§
impl Freeze for MT941BalanceLine
impl RefUnwindSafe for MT941BalanceLine
impl Send for MT941BalanceLine
impl Sync for MT941BalanceLine
impl Unpin for MT941BalanceLine
impl UnwindSafe for MT941BalanceLine
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