pub struct DnsUpdate {
pub parent: Option<String>,
pub custom: Option<bool>,
pub caching: Option<bool>,
}Fields§
§parent: Option<String>§custom: Option<bool>§caching: Option<bool>Trait Implementations§
Auto Trait Implementations§
impl Freeze for DnsUpdate
impl RefUnwindSafe for DnsUpdate
impl Send for DnsUpdate
impl Sync for DnsUpdate
impl Unpin for DnsUpdate
impl UnsafeUnpin for DnsUpdate
impl UnwindSafe for DnsUpdate
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