pub enum DnsServerWatcherEvent {}
Trait Implementations§
Auto Trait Implementations§
impl Freeze for DnsServerWatcherEvent
impl RefUnwindSafe for DnsServerWatcherEvent
impl Send for DnsServerWatcherEvent
impl Sync for DnsServerWatcherEvent
impl Unpin for DnsServerWatcherEvent
impl UnwindSafe for DnsServerWatcherEvent
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