Struct x12_types::v004010::_404LoopVC
source · pub struct _404LoopVC {
pub vc: Option<VC>,
pub loop_n1: Vec<_404LoopVcN1>,
}Fields§
§vc: Option<VC>§loop_n1: Vec<_404LoopVcN1>Trait Implementations§
source§impl Clone for _404LoopVC
impl Clone for _404LoopVC
source§fn clone(&self) -> _404LoopVC
fn clone(&self) -> _404LoopVC
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 _404LoopVC
impl Debug for _404LoopVC
source§impl Default for _404LoopVC
impl Default for _404LoopVC
source§fn default() -> _404LoopVC
fn default() -> _404LoopVC
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for _404LoopVC
impl<'de> Deserialize<'de> for _404LoopVC
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 Display for _404LoopVC
impl Display for _404LoopVC
Auto Trait Implementations§
impl RefUnwindSafe for _404LoopVC
impl Send for _404LoopVC
impl Sync for _404LoopVC
impl Unpin for _404LoopVC
impl UnwindSafe for _404LoopVC
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