pub struct DNSPacket { /* private fields */ }
Trait Implementations§
Auto Trait Implementations§
impl Freeze for DNSPacket
impl RefUnwindSafe for DNSPacket
impl Send for DNSPacket
impl Sync for DNSPacket
impl Unpin for DNSPacket
impl UnwindSafe for DNSPacket
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