pub struct _830LoopSln {
pub sln: SLN,
pub pid: Vec<PID>,
pub nm1: Vec<NM1>,
}Fields§
§sln: SLN§pid: Vec<PID>§nm1: Vec<NM1>Trait Implementations§
Source§impl Clone for _830LoopSln
impl Clone for _830LoopSln
Source§fn clone(&self) -> _830LoopSln
fn clone(&self) -> _830LoopSln
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 _830LoopSln
impl Debug for _830LoopSln
Source§impl Default for _830LoopSln
impl Default for _830LoopSln
Source§fn default() -> _830LoopSln
fn default() -> _830LoopSln
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for _830LoopSln
impl<'de> Deserialize<'de> for _830LoopSln
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 _830LoopSln
impl Display for _830LoopSln
impl Eq for _830LoopSln
Source§impl<'a> Parser<&'a str, _830LoopSln, Error<&'a str>> for _830LoopSln
impl<'a> Parser<&'a str, _830LoopSln, Error<&'a str>> for _830LoopSln
Source§impl PartialEq for _830LoopSln
impl PartialEq for _830LoopSln
Source§impl Serialize for _830LoopSln
impl Serialize for _830LoopSln
impl StructuralPartialEq for _830LoopSln
Auto Trait Implementations§
impl Freeze for _830LoopSln
impl RefUnwindSafe for _830LoopSln
impl Send for _830LoopSln
impl Sync for _830LoopSln
impl Unpin for _830LoopSln
impl UnsafeUnpin for _830LoopSln
impl UnwindSafe for _830LoopSln
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