pub struct _880LoopEntRef {
pub ref: REF,
pub qty: Option<QTY>,
pub amt: Vec<AMT>,
pub g72: Option<G72>,
pub loop_g17: Vec<_880LoopEntG17>,
}Fields§
§ref: REF§qty: Option<QTY>§amt: Vec<AMT>§g72: Option<G72>§loop_g17: Vec<_880LoopEntG17>Trait Implementations§
Source§impl Clone for _880LoopEntRef
impl Clone for _880LoopEntRef
Source§fn clone(&self) -> _880LoopEntRef
fn clone(&self) -> _880LoopEntRef
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 _880LoopEntRef
impl Debug for _880LoopEntRef
Source§impl Default for _880LoopEntRef
impl Default for _880LoopEntRef
Source§fn default() -> _880LoopEntRef
fn default() -> _880LoopEntRef
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for _880LoopEntRef
impl<'de> Deserialize<'de> for _880LoopEntRef
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 _880LoopEntRef
impl Display for _880LoopEntRef
impl Eq for _880LoopEntRef
Source§impl<'a> Parser<&'a str, _880LoopEntRef, Error<&'a str>> for _880LoopEntRef
impl<'a> Parser<&'a str, _880LoopEntRef, Error<&'a str>> for _880LoopEntRef
Source§impl PartialEq for _880LoopEntRef
impl PartialEq for _880LoopEntRef
Source§impl Serialize for _880LoopEntRef
impl Serialize for _880LoopEntRef
impl StructuralPartialEq for _880LoopEntRef
Auto Trait Implementations§
impl Freeze for _880LoopEntRef
impl RefUnwindSafe for _880LoopEntRef
impl Send for _880LoopEntRef
impl Sync for _880LoopEntRef
impl Unpin for _880LoopEntRef
impl UnsafeUnpin for _880LoopEntRef
impl UnwindSafe for _880LoopEntRef
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> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> DeserializeOwned for Twhere
T: for<'de> Deserialize<'de>,
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