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