Enum ip2location_ip2proxy::record::RecordField
source · [−]pub enum RecordField {
Show 13 variants
ProxyType,
CountryCodeAndName,
RegionName,
CityName,
Isp,
Domain,
UsageType,
Asn,
AsName,
LastSeen,
Threat,
Provider,
Residential,
}Variants
ProxyType
CountryCodeAndName
RegionName
CityName
Isp
Domain
UsageType
Asn
AsName
LastSeen
Threat
Provider
Residential
Trait Implementations
sourceimpl Clone for RecordField
impl Clone for RecordField
sourcefn clone(&self) -> RecordField
fn clone(&self) -> RecordField
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for RecordField
impl Debug for RecordField
sourceimpl From<&'_ RecordField> for RecordField
impl From<&'_ RecordField> for RecordField
sourcefn from(x: &RecordField) -> Self
fn from(x: &RecordField) -> Self
Converts to this type from the input type.
impl Copy for RecordField
Auto Trait Implementations
impl RefUnwindSafe for RecordField
impl Send for RecordField
impl Sync for RecordField
impl Unpin for RecordField
impl UnwindSafe for RecordField
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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
sourceimpl<T> ToOwned for T where
T: Clone,
impl<T> ToOwned for T where
T: Clone,
type Owned = T
type Owned = T
The resulting type after obtaining ownership.
sourcefn clone_into(&self, target: &mut T)
fn clone_into(&self, target: &mut T)
🔬 This is a nightly-only experimental API. (
toowned_clone_into)Uses borrowed data to replace owned data, usually by cloning. Read more