pub struct DnsZone {
pub name: String,
pub ttl: String,
pub serial: String,
pub refresh: String,
pub retry: String,
pub expire: String,
pub dns_sec_status: bool,
}Fields§
§name: String§ttl: String§serial: String§refresh: String§retry: String§expire: String§dns_sec_status: boolTrait Implementations§
Source§impl<'de> Deserialize<'de> for DnsZone
impl<'de> Deserialize<'de> for DnsZone
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
Auto Trait Implementations§
impl Freeze for DnsZone
impl RefUnwindSafe for DnsZone
impl Send for DnsZone
impl Sync for DnsZone
impl Unpin for DnsZone
impl UnwindSafe for DnsZone
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