pub struct SwiftMessageBlocks {
pub block_1: Option<String>,
pub block_2: Option<String>,
pub block_3: Option<String>,
pub block_4: Option<String>,
pub block_5: Option<String>,
}
Expand description
SWIFT message blocks structure
Fields§
§block_1: Option<String>
§block_2: Option<String>
§block_3: Option<String>
§block_4: Option<String>
§block_5: Option<String>
Trait Implementations§
Source§impl Clone for SwiftMessageBlocks
impl Clone for SwiftMessageBlocks
Source§fn clone(&self) -> SwiftMessageBlocks
fn clone(&self) -> SwiftMessageBlocks
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for SwiftMessageBlocks
impl Debug for SwiftMessageBlocks
Source§impl Default for SwiftMessageBlocks
impl Default for SwiftMessageBlocks
Source§fn default() -> SwiftMessageBlocks
fn default() -> SwiftMessageBlocks
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for SwiftMessageBlocks
impl<'de> Deserialize<'de> for SwiftMessageBlocks
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
Auto Trait Implementations§
impl Freeze for SwiftMessageBlocks
impl RefUnwindSafe for SwiftMessageBlocks
impl Send for SwiftMessageBlocks
impl Sync for SwiftMessageBlocks
impl Unpin for SwiftMessageBlocks
impl UnwindSafe for SwiftMessageBlocks
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