pub enum RecordField {
Show 13 variants
CountryCodeAndName,
RegionName,
CityName,
Isp,
Domain,
ProxyType,
UsageType,
Asn,
AsName,
LastSeen,
Threat,
Provider,
Residential,
}Variants§
CountryCodeAndName
RegionName
CityName
Isp
Domain
ProxyType
UsageType
Asn
AsName
LastSeen
Threat
Provider
Residential
Trait Implementations§
Source§impl Clone for RecordField
impl Clone for RecordField
Source§fn clone(&self) -> RecordField
fn clone(&self) -> RecordField
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for RecordField
impl Debug for RecordField
Source§impl From<&RecordField> for RecordField
impl From<&RecordField> for RecordField
Source§fn 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 Freeze for RecordField
impl RefUnwindSafe for RecordField
impl Send for RecordField
impl Sync for RecordField
impl Unpin for RecordField
impl UnwindSafe for RecordField
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