pub enum RipeStatDataType {
Show 59 variants
AbuseContactFinder,
AddressSpaceHierarchy,
AddressSpaceUsage,
AllocationHistory,
AnnouncedPrefixes,
AsOverview,
AsPathLength,
AsRoutingConsistency,
AsnNeighbours,
AsnNeighboursHistory,
AtlasProbeDeployment,
AtlasProbes,
AtlasTargets,
BgpState,
BgpUpdateActivity,
BgpUpdates,
Bgplay,
CountryAsns,
CountryResourceList,
CountryResourceStats,
DnsChain,
HistoricalWhois,
IanaRegistryInfo,
LookingGlass,
MaxmindGeoLite,
MaxmindGeoLiteAnnouncedByAs,
MeternetBandwidthMeasurements,
MlabActivityCount,
MlabBandwidth,
MlabClients,
NetworkInfo,
PrefixCount,
PrefixOverview,
PrefixRoutingConsistency,
PrefixSizeDistribution,
RelatedPrefixes,
ReverseDns,
ReverseDnsConsistency,
ReverseDnsIp,
Rir,
RirGeo,
RirPrefixSizeDistribution,
RirStatsCountry,
RisAsns,
RisFirstLastSeen,
RisFullTableThreshold,
RisPeerCount,
RisPeerings,
RisPeers,
RisPrefixes,
RoutingHistory,
RoutingStatus,
RpkiHistory,
RpkiValidationStatus,
Searchcomplete,
SpeedcheckerBandwidthMeasurements,
Visibility,
Whois,
WhoisObjectLastUpdated,
}Expand description
RipeStatDataType
Variants§
AbuseContactFinder
AddressSpaceHierarchy
AddressSpaceUsage
AllocationHistory
AnnouncedPrefixes
AsOverview
AsPathLength
AsRoutingConsistency
AsnNeighbours
AsnNeighboursHistory
AtlasProbeDeployment
AtlasProbes
AtlasTargets
BgpState
BgpUpdateActivity
BgpUpdates
Bgplay
CountryAsns
CountryResourceList
CountryResourceStats
DnsChain
HistoricalWhois
IanaRegistryInfo
LookingGlass
MaxmindGeoLite
MaxmindGeoLiteAnnouncedByAs
MeternetBandwidthMeasurements
MlabActivityCount
MlabBandwidth
MlabClients
NetworkInfo
PrefixCount
PrefixOverview
PrefixRoutingConsistency
PrefixSizeDistribution
RelatedPrefixes
ReverseDns
ReverseDnsConsistency
ReverseDnsIp
Rir
RirGeo
RirPrefixSizeDistribution
RirStatsCountry
RisAsns
RisFirstLastSeen
RisFullTableThreshold
RisPeerCount
RisPeerings
RisPeers
RisPrefixes
RoutingHistory
RoutingStatus
RpkiHistory
RpkiValidationStatus
Searchcomplete
SpeedcheckerBandwidthMeasurements
Visibility
Whois
WhoisObjectLastUpdated
Implementations§
Trait Implementations§
Source§impl Clone for RipeStatDataType
impl Clone for RipeStatDataType
Source§fn clone(&self) -> RipeStatDataType
fn clone(&self) -> RipeStatDataType
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 RipeStatDataType
impl Debug for RipeStatDataType
Source§impl<'de> Deserialize<'de> for RipeStatDataType
impl<'de> Deserialize<'de> for RipeStatDataType
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for RipeStatDataType
impl PartialEq for RipeStatDataType
Source§fn eq(&self, other: &RipeStatDataType) -> bool
fn eq(&self, other: &RipeStatDataType) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for RipeStatDataType
impl Serialize for RipeStatDataType
impl Eq for RipeStatDataType
impl StructuralPartialEq for RipeStatDataType
Auto Trait Implementations§
impl Freeze for RipeStatDataType
impl RefUnwindSafe for RipeStatDataType
impl Send for RipeStatDataType
impl Sync for RipeStatDataType
impl Unpin for RipeStatDataType
impl UnsafeUnpin for RipeStatDataType
impl UnwindSafe for RipeStatDataType
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