pub struct _870LoopRef {
pub ref: REF,
pub dtm: Vec<DTM>,
}Expand description
Reusable reference loop (REF + DTM), used at the heading and HL levels.
Fields§
§ref: REF§dtm: Vec<DTM>Trait Implementations§
Source§impl Clone for _870LoopRef
impl Clone for _870LoopRef
Source§fn clone(&self) -> _870LoopRef
fn clone(&self) -> _870LoopRef
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 _870LoopRef
impl Debug for _870LoopRef
Source§impl Default for _870LoopRef
impl Default for _870LoopRef
Source§fn default() -> _870LoopRef
fn default() -> _870LoopRef
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for _870LoopRef
impl<'de> Deserialize<'de> for _870LoopRef
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 _870LoopRef
impl Display for _870LoopRef
impl Eq for _870LoopRef
Source§impl<'a> Parser<&'a str, _870LoopRef, Error<&'a str>> for _870LoopRef
impl<'a> Parser<&'a str, _870LoopRef, Error<&'a str>> for _870LoopRef
Source§impl PartialEq for _870LoopRef
impl PartialEq for _870LoopRef
Source§impl Serialize for _870LoopRef
impl Serialize for _870LoopRef
impl StructuralPartialEq for _870LoopRef
Auto Trait Implementations§
impl Freeze for _870LoopRef
impl RefUnwindSafe for _870LoopRef
impl Send for _870LoopRef
impl Sync for _870LoopRef
impl Unpin for _870LoopRef
impl UnsafeUnpin for _870LoopRef
impl UnwindSafe for _870LoopRef
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