pub struct IPv6ProviderDictionary { /* private fields */ }Expand description
BGP-based provider dictionary for IPv6 prefixes
Implementations§
Source§impl IPv6ProviderDictionary
impl IPv6ProviderDictionary
Sourcepub fn find_provider_pattern(&self, ip: &Ipv6Addr) -> Option<IPv6Pattern>
pub fn find_provider_pattern(&self, ip: &Ipv6Addr) -> Option<IPv6Pattern>
Find provider pattern for an IPv6 address
Trait Implementations§
Auto Trait Implementations§
impl Freeze for IPv6ProviderDictionary
impl RefUnwindSafe for IPv6ProviderDictionary
impl Send for IPv6ProviderDictionary
impl Sync for IPv6ProviderDictionary
impl Unpin for IPv6ProviderDictionary
impl UnwindSafe for IPv6ProviderDictionary
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