pub struct DnsPinSet { /* private fields */ }Expand description
Maps resolved IP addresses back to domain names.
Populated by the DNS interceptor when it resolves A/AAAA records. Used by the policy engine to match domain-based rules against destination IPs.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for DnsPinSet
impl RefUnwindSafe for DnsPinSet
impl Send for DnsPinSet
impl Sync for DnsPinSet
impl Unpin for DnsPinSet
impl UnsafeUnpin for DnsPinSet
impl UnwindSafe for DnsPinSet
Blanket Implementations§
Source§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
Source§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
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