pub struct WithinItem<'a> {
pub ip_net: IpNetwork,
pub info: CityInfo<'a>,
}
Fields§
§ip_net: IpNetwork
§info: CityInfo<'a>
Trait Implementations§
Auto Trait Implementations§
impl<'a> Freeze for WithinItem<'a>
impl<'a> RefUnwindSafe for WithinItem<'a>
impl<'a> Send for WithinItem<'a>
impl<'a> Sync for WithinItem<'a>
impl<'a> Unpin for WithinItem<'a>
impl<'a> UnwindSafe for WithinItem<'a>
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