pub struct _866LoopLin {
pub lin: LIN,
pub ref: Vec<REF>,
pub qty: Option<QTY>,
pub pid: Option<PID>,
pub oqs: Option<OQS>,
pub loop_sln: Vec<_866LoopSln>,
}Fields§
§lin: LIN§ref: Vec<REF>§qty: Option<QTY>§pid: Option<PID>§oqs: Option<OQS>§loop_sln: Vec<_866LoopSln>Trait Implementations§
Source§impl Clone for _866LoopLin
impl Clone for _866LoopLin
Source§fn clone(&self) -> _866LoopLin
fn clone(&self) -> _866LoopLin
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 _866LoopLin
impl Debug for _866LoopLin
Source§impl Default for _866LoopLin
impl Default for _866LoopLin
Source§fn default() -> _866LoopLin
fn default() -> _866LoopLin
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for _866LoopLin
impl<'de> Deserialize<'de> for _866LoopLin
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 _866LoopLin
impl Display for _866LoopLin
impl Eq for _866LoopLin
Source§impl<'a> Parser<&'a str, _866LoopLin, Error<&'a str>> for _866LoopLin
impl<'a> Parser<&'a str, _866LoopLin, Error<&'a str>> for _866LoopLin
Source§impl PartialEq for _866LoopLin
impl PartialEq for _866LoopLin
Source§impl Serialize for _866LoopLin
impl Serialize for _866LoopLin
impl StructuralPartialEq for _866LoopLin
Auto Trait Implementations§
impl Freeze for _866LoopLin
impl RefUnwindSafe for _866LoopLin
impl Send for _866LoopLin
impl Sync for _866LoopLin
impl Unpin for _866LoopLin
impl UnsafeUnpin for _866LoopLin
impl UnwindSafe for _866LoopLin
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