Enum kuma_client::monitor::DnsResolverType
source · pub enum DnsResolverType {
A,
AAAA,
CAA,
CNAME,
MX,
NS,
PTR,
SOA,
SRV,
TXT,
}Variants§
Trait Implementations§
source§impl Clone for DnsResolverType
impl Clone for DnsResolverType
source§fn clone(&self) -> DnsResolverType
fn clone(&self) -> DnsResolverType
Returns a copy of the value. Read more
1.0.0 · 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 DnsResolverType
impl Debug for DnsResolverType
source§impl<'de> Deserialize<'de> for DnsResolverType
impl<'de> Deserialize<'de> for DnsResolverType
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 PartialEq for DnsResolverType
impl PartialEq for DnsResolverType
source§fn eq(&self, other: &DnsResolverType) -> bool
fn eq(&self, other: &DnsResolverType) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl Serialize for DnsResolverType
impl Serialize for DnsResolverType
impl StructuralPartialEq for DnsResolverType
Auto Trait Implementations§
impl Freeze for DnsResolverType
impl RefUnwindSafe for DnsResolverType
impl Send for DnsResolverType
impl Sync for DnsResolverType
impl Unpin for DnsResolverType
impl UnwindSafe for DnsResolverType
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