pub struct GeoIpService;Expand description
无 GeoIP 功能时的降级实现
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 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