Struct ipdb::WithinItem
source · [−]Fields
ip_net: IpNetworkinfo: CityInfo<'a>Trait Implementations
Auto Trait Implementations
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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more