pub struct Field77T {
pub envelope_type: String,
pub envelope_format: String,
pub envelope_identifier: String,
}
Expand description
§Field 77T: Envelope Contents
Format: 1!a1!a35x (envelope type + format + identifier) Validation: reference_format
Fields§
§envelope_type: String
Envelope type code (1!a format)
envelope_format: String
Envelope format code (1!a format)
envelope_identifier: String
Envelope identifier (35x format)
Implementations§
Trait Implementations§
Source§impl<'de> Deserialize<'de> for Field77T
impl<'de> Deserialize<'de> for Field77T
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 Field77T
impl SwiftField for Field77T
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
Source§fn sample_with_config(config: &FieldConfig) -> Self
fn sample_with_config(config: &FieldConfig) -> Self
Generate a random sample with configuration
impl StructuralPartialEq for Field77T
Auto Trait Implementations§
impl Freeze for Field77T
impl RefUnwindSafe for Field77T
impl Send for Field77T
impl Sync for Field77T
impl Unpin for Field77T
impl UnwindSafe for Field77T
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