Struct relay_cabi::RelayGeoIpLookup
source · pub struct RelayGeoIpLookup;
Expand description
A geo ip lookup helper based on maxmind db files.
Auto Trait Implementations§
impl Freeze for RelayGeoIpLookup
impl RefUnwindSafe for RelayGeoIpLookup
impl Send for RelayGeoIpLookup
impl Sync for RelayGeoIpLookup
impl Unpin for RelayGeoIpLookup
impl UnwindSafe for RelayGeoIpLookup
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