Struct x12_types::v004010::_214Loop0200Loop0230Loop0231
source · pub struct _214Loop0200Loop0230Loop0231 {
pub n1: Option<N1>,
pub n2: Option<N2>,
pub n3: Vec<N3>,
pub n4: Option<N4>,
pub l11: Vec<L11>,
}Fields§
§n1: Option<N1>§n2: Option<N2>§n3: Vec<N3>§n4: Option<N4>§l11: Vec<L11>Trait Implementations§
source§impl Clone for _214Loop0200Loop0230Loop0231
impl Clone for _214Loop0200Loop0230Loop0231
source§fn clone(&self) -> _214Loop0200Loop0230Loop0231
fn clone(&self) -> _214Loop0200Loop0230Loop0231
Returns a copy 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 _214Loop0200Loop0230Loop0231
impl Debug for _214Loop0200Loop0230Loop0231
source§impl Default for _214Loop0200Loop0230Loop0231
impl Default for _214Loop0200Loop0230Loop0231
source§fn default() -> _214Loop0200Loop0230Loop0231
fn default() -> _214Loop0200Loop0230Loop0231
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for _214Loop0200Loop0230Loop0231
impl<'de> Deserialize<'de> for _214Loop0200Loop0230Loop0231
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 RefUnwindSafe for _214Loop0200Loop0230Loop0231
impl Send for _214Loop0200Loop0230Loop0231
impl Sync for _214Loop0200Loop0230Loop0231
impl Unpin for _214Loop0200Loop0230Loop0231
impl UnwindSafe for _214Loop0200Loop0230Loop0231
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