pub struct GeoIpService;Expand description
Fallback implementation when GeoIP feature is disabled
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for GeoIpService
impl RefUnwindSafe for GeoIpService
impl Send for GeoIpService
impl Sync for GeoIpService
impl Unpin for GeoIpService
impl UnsafeUnpin for GeoIpService
impl UnwindSafe for GeoIpService
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