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