Enum ip2location::Record
source · pub enum Record<'a> {
LocationDb(LocationRecord<'a>),
ProxyDb(ProxyRecord<'a>),
}Variants§
LocationDb(LocationRecord<'a>)
ProxyDb(ProxyRecord<'a>)
Trait Implementations§
Auto Trait Implementations§
impl<'a> RefUnwindSafe for Record<'a>
impl<'a> Send for Record<'a>
impl<'a> Sync for Record<'a>
impl<'a> Unpin for Record<'a>
impl<'a> UnwindSafe for Record<'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