pub struct Server<'a, H: 'a + Handler> { /* private fields */ }Expand description
Manages all networking of a DNS server.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<'a, H> Freeze for Server<'a, H>
impl<'a, H> RefUnwindSafe for Server<'a, H>where
H: RefUnwindSafe,
impl<'a, H> Send for Server<'a, H>where
H: Sync,
impl<'a, H> Sync for Server<'a, H>where
H: Sync,
impl<'a, H> Unpin for Server<'a, H>
impl<'a, H> UnwindSafe for Server<'a, H>where
H: RefUnwindSafe,
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