pub struct _862LoopLin {Show 14 fields
pub lin: LIN,
pub uit: UIT,
pub pkg: Vec<PKG>,
pub po4: Vec<PO4>,
pub prs: Option<PRS>,
pub qty: Option<QTY>,
pub ref: Vec<REF>,
pub per: Option<PER>,
pub sdp: Option<SDP>,
pub loop_fst: Vec<_862LoopFst>,
pub loop_shp: Vec<_862LoopShp>,
pub td1: Vec<TD1>,
pub td3: Vec<TD3>,
pub td5: Vec<TD5>,
}Fields§
§lin: LIN§uit: UIT§pkg: Vec<PKG>§po4: Vec<PO4>§prs: Option<PRS>§qty: Option<QTY>§ref: Vec<REF>§per: Option<PER>§sdp: Option<SDP>§loop_fst: Vec<_862LoopFst>§loop_shp: Vec<_862LoopShp>§td1: Vec<TD1>§td3: Vec<TD3>§td5: Vec<TD5>Trait Implementations§
Source§impl Clone for _862LoopLin
impl Clone for _862LoopLin
Source§fn clone(&self) -> _862LoopLin
fn clone(&self) -> _862LoopLin
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 _862LoopLin
impl Debug for _862LoopLin
Source§impl Default for _862LoopLin
impl Default for _862LoopLin
Source§fn default() -> _862LoopLin
fn default() -> _862LoopLin
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for _862LoopLin
impl<'de> Deserialize<'de> for _862LoopLin
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 _862LoopLin
impl Display for _862LoopLin
impl Eq for _862LoopLin
Source§impl<'a> Parser<&'a str, _862LoopLin, Error<&'a str>> for _862LoopLin
impl<'a> Parser<&'a str, _862LoopLin, Error<&'a str>> for _862LoopLin
Source§impl PartialEq for _862LoopLin
impl PartialEq for _862LoopLin
Source§impl Serialize for _862LoopLin
impl Serialize for _862LoopLin
impl StructuralPartialEq for _862LoopLin
Auto Trait Implementations§
impl Freeze for _862LoopLin
impl RefUnwindSafe for _862LoopLin
impl Send for _862LoopLin
impl Sync for _862LoopLin
impl Unpin for _862LoopLin
impl UnsafeUnpin for _862LoopLin
impl UnwindSafe for _862LoopLin
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