Struct x12_types::v005030::_404LoopRef
source · pub struct _404LoopRef {
pub _ref: Option<REF>,
pub n10: Option<N10>,
pub loop_n1: Vec<_404LoopRefN1>,
}
Fields§
§_ref: Option<REF>
§n10: Option<N10>
§loop_n1: Vec<_404LoopRefN1>
Trait Implementations§
source§impl Clone for _404LoopRef
impl Clone for _404LoopRef
source§fn clone(&self) -> _404LoopRef
fn clone(&self) -> _404LoopRef
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 _404LoopRef
impl Debug for _404LoopRef
source§impl Default for _404LoopRef
impl Default for _404LoopRef
source§fn default() -> _404LoopRef
fn default() -> _404LoopRef
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for _404LoopRef
impl<'de> Deserialize<'de> for _404LoopRef
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 _404LoopRef
impl Display for _404LoopRef
Auto Trait Implementations§
impl Freeze for _404LoopRef
impl RefUnwindSafe for _404LoopRef
impl Send for _404LoopRef
impl Sync for _404LoopRef
impl Unpin for _404LoopRef
impl UnwindSafe for _404LoopRef
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
source§impl<T> ValidateIp for Twhere
T: ToString,
impl<T> ValidateIp for Twhere
T: ToString,
source§fn validate_ipv4(&self) -> bool
fn validate_ipv4(&self) -> bool
Validates whether the given string is an IP V4
source§fn validate_ipv6(&self) -> bool
fn validate_ipv6(&self) -> bool
Validates whether the given string is an IP V6
source§fn validate_ip(&self) -> bool
fn validate_ip(&self) -> bool
Validates whether the given string is an IP