pub struct IdcInfo<'a> {
pub country_name: &'a str,
pub region_name: &'a str,
pub city_name: &'a str,
pub owner_domain: &'a str,
pub isp_domain: &'a str,
pub idc: &'a str,
}Fields§
§country_name: &'a str§region_name: &'a str§city_name: &'a str§owner_domain: &'a str§isp_domain: &'a str§idc: &'a strTrait Implementations§
Auto Trait Implementations§
impl<'a> Freeze for IdcInfo<'a>
impl<'a> RefUnwindSafe for IdcInfo<'a>
impl<'a> Send for IdcInfo<'a>
impl<'a> Sync for IdcInfo<'a>
impl<'a> Unpin for IdcInfo<'a>
impl<'a> UnsafeUnpin for IdcInfo<'a>
impl<'a> UnwindSafe for IdcInfo<'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