pub struct IpInfoHandler { /* private fields */ }Expand description
The main struct for handling IP information lookups.
Implementations§
Source§impl IpInfoHandler
impl IpInfoHandler
Auto Trait Implementations§
impl Freeze for IpInfoHandler
impl !RefUnwindSafe for IpInfoHandler
impl Send for IpInfoHandler
impl Sync for IpInfoHandler
impl Unpin for IpInfoHandler
impl !UnwindSafe for IpInfoHandler
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