pub struct IPv6PatternDetector { /* private fields */ }
Expand description
IPv6 pattern detector for perfect compression
Implementations§
Source§impl IPv6PatternDetector
impl IPv6PatternDetector
Sourcepub fn detect_pattern(
&self,
ip: &Ipv6Addr,
) -> Result<IPv6Pattern, FourWordError>
pub fn detect_pattern( &self, ip: &Ipv6Addr, ) -> Result<IPv6Pattern, FourWordError>
Detect the optimal pattern for an IPv6 address
Trait Implementations§
Auto Trait Implementations§
impl Freeze for IPv6PatternDetector
impl RefUnwindSafe for IPv6PatternDetector
impl Send for IPv6PatternDetector
impl Sync for IPv6PatternDetector
impl Unpin for IPv6PatternDetector
impl UnwindSafe for IPv6PatternDetector
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