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