pub struct ST {
pub _01: String,
pub _02: String,
pub _03: Option<String>,
}Expand description
ST - Transaction Set Header
Fields§
§_01: String§_02: String§_03: Option<String>Trait Implementations§
source§impl<'de> Deserialize<'de> for ST
impl<'de> Deserialize<'de> for ST
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<'v_a> ValidateArgs<'v_a> for ST
impl<'v_a> ValidateArgs<'v_a> for ST
type Args = ()
fn validate_args(&self, args: Self::Args) -> Result<(), ValidationErrors>
impl Eq for ST
impl StructuralEq for ST
impl StructuralPartialEq for ST
Auto Trait Implementations§
impl RefUnwindSafe for ST
impl Send for ST
impl Sync for ST
impl Unpin for ST
impl UnwindSafe for ST
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