pub struct Dns {
pub zone: Option<String>,
}
Fields§
§zone: Option<String>
Trait Implementations§
Source§impl<'de> Deserialize<'de> for Dns
impl<'de> Deserialize<'de> for Dns
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
impl Eq for Dns
impl StructuralPartialEq for Dns
Auto Trait Implementations§
impl Freeze for Dns
impl RefUnwindSafe for Dns
impl Send for Dns
impl Sync for Dns
impl Unpin for Dns
impl UnwindSafe for Dns
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