Enum qbit_api_rs::types::DynDnsService
source · #[repr(u8)]pub enum DynDnsService {
DyDNS,
NOIP,
}
Expand description
Variants§
Trait Implementations§
source§impl Debug for DynDnsService
impl Debug for DynDnsService
source§impl<'de> Deserialize<'de> for DynDnsService
impl<'de> Deserialize<'de> for DynDnsService
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<DynDnsService> for DynDnsService
impl PartialEq<DynDnsService> for DynDnsService
source§fn eq(&self, other: &DynDnsService) -> bool
fn eq(&self, other: &DynDnsService) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl Serialize for DynDnsService
impl Serialize for DynDnsService
impl StructuralPartialEq for DynDnsService
Auto Trait Implementations§
impl RefUnwindSafe for DynDnsService
impl Send for DynDnsService
impl Sync for DynDnsService
impl Unpin for DynDnsService
impl UnwindSafe for DynDnsService
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