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