pub struct LinuxDnsPort;Trait Implementations§
Auto Trait Implementations§
impl Freeze for LinuxDnsPort
impl RefUnwindSafe for LinuxDnsPort
impl Send for LinuxDnsPort
impl Sync for LinuxDnsPort
impl Unpin for LinuxDnsPort
impl UnsafeUnpin for LinuxDnsPort
impl UnwindSafe for LinuxDnsPort
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