pub struct GeoIpLayer<G> { /* private fields */ }Trait Implementations§
Source§impl<G> Clone for GeoIpLayer<G>
impl<G> Clone for GeoIpLayer<G>
Auto Trait Implementations§
impl<G> Freeze for GeoIpLayer<G>
impl<G> RefUnwindSafe for GeoIpLayer<G>where
G: RefUnwindSafe,
impl<G> Send for GeoIpLayer<G>where
G: Send,
impl<G> Sync for GeoIpLayer<G>where
G: Sync,
impl<G> Unpin for GeoIpLayer<G>where
G: Unpin,
impl<G> UnwindSafe for GeoIpLayer<G>where
G: UnwindSafe,
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