pub enum RipeStatResponseData {
Show 58 variants
AbuseContactFinderResponse(AbuseContactFinderResponse),
AddressSpaceHierarchyResponse(AddressSpaceHierarchyResponse),
AddressSpaceUsageResponse(AddressSpaceUsageResponse),
AllocationHistoryResponse(AllocationHistoryResponse),
AnnouncedPrefixesResponse(AnnouncedPrefixesResponse),
AsOverviewResponse(AsOverviewResponse),
AsPathLengthResponse(AsPathLengthResponse),
AsRoutingConsistencyResponse(AsRoutingConsistencyResponse),
AsnNeighboursResponse(AsnNeighboursResponse),
AsnNeighboursHistoryResponse(AsnNeighboursHistoryResponse),
AtlasProbeDeploymentResponse(AtlasProbeDeploymentResponse),
AtlasProbesResponse(AtlasProbesResponse),
AtlasTargetsResponse(AtlasTargetsResponse),
BgpStateResponse(BgpStateResponse),
BgpUpdateActivityResponse(BgpUpdateActivityResponse),
BgpUpdatesResponse(BgpUpdatesResponse),
BgplayResponse(BgplayResponse),
CountryAsnsResponse(CountryAsnsResponse),
CountryResourceListResponse(CountryResourceListResponse),
CountryResourceStatsResponse(CountryResourceStatsResponse),
DnsChainResponse(DnsChainResponse),
HistoricalWhoisResponse(HistoricalWhoisResponse),
IanaRegistryInfoResponse(IanaRegistryInfoResponse),
LookingGlassResponse(LookingGlassResponse),
MaxmindGeoLiteResponse(MaxmindGeoLiteResponse),
MeternetBandwidthMeasurementsResponse(MeternetBandwidthMeasurementsResponse),
MlabActivityCountResponse(MlabActivityCountResponse),
MlabBandwidthResponse(MlabBandwidthResponse),
MlabClientsResponse(MlabClientsResponse),
NetworkInfoResponse(NetworkInfoResponse),
PrefixCountResponse(PrefixCountResponse),
PrefixOverviewResponse(PrefixOverviewResponse),
PrefixRoutingConsistencyResponse(PrefixRoutingConsistencyResponse),
PrefixSizeDistributionResponse(PrefixSizeDistributionResponse),
RelatedPrefixesResponse(RelatedPrefixesResponse),
ReverseDnsResponse(ReverseDnsResponse),
ReverseDnsConsistencyResponse(ReverseDnsConsistencyResponse),
ReverseDnsIpResponse(ReverseDnsIpResponse),
RirResponse(RirResponse),
RirGeoResponse(RirGeoResponse),
RirPrefixSizeDistributionResponse(RirPrefixSizeDistributionResponse),
RirStatsCountryResponse(RirStatsCountryResponse),
RisAsnsResponse(RisAsnsResponse),
RisFirstLastSeenResponse(RisFirstLastSeenResponse),
RisFullTableThresholdResponse(RisFullTableThresholdResponse),
RisPeerCountResponse(RisPeerCountResponse),
RisPeeringsResponse(RisPeeringsResponse),
RisPeersResponse(RisPeersResponse),
RisPrefixesResponse(RisPrefixesResponse),
RoutingHistoryResponse(RoutingHistoryResponse),
RoutingStatusResponse(RoutingStatusResponse),
RpkiHistoryResponse(RpkiHistoryResponse),
RpkiValidationStatusResponse(RpkiValidationStatusResponse),
SearchcompleteResponse(SearchcompleteResponse),
SpeedcheckerBandwidthMeasurementsResponse(SpeedcheckerBandwidthMeasurementsResponse),
VisibilityResponse(VisibilityResponse),
WhoisResponse(WhoisResponse),
WhoisObjectLastUpdatedResponse(WhoisObjectLastUpdatedResponse),
}Variants§
AbuseContactFinderResponse(AbuseContactFinderResponse)
AddressSpaceHierarchyResponse(AddressSpaceHierarchyResponse)
AddressSpaceUsageResponse(AddressSpaceUsageResponse)
AllocationHistoryResponse(AllocationHistoryResponse)
AnnouncedPrefixesResponse(AnnouncedPrefixesResponse)
AsOverviewResponse(AsOverviewResponse)
AsPathLengthResponse(AsPathLengthResponse)
AsRoutingConsistencyResponse(AsRoutingConsistencyResponse)
AsnNeighboursResponse(AsnNeighboursResponse)
AsnNeighboursHistoryResponse(AsnNeighboursHistoryResponse)
AtlasProbeDeploymentResponse(AtlasProbeDeploymentResponse)
AtlasProbesResponse(AtlasProbesResponse)
AtlasTargetsResponse(AtlasTargetsResponse)
BgpStateResponse(BgpStateResponse)
BgpUpdateActivityResponse(BgpUpdateActivityResponse)
BgpUpdatesResponse(BgpUpdatesResponse)
BgplayResponse(BgplayResponse)
CountryAsnsResponse(CountryAsnsResponse)
CountryResourceListResponse(CountryResourceListResponse)
CountryResourceStatsResponse(CountryResourceStatsResponse)
DnsChainResponse(DnsChainResponse)
HistoricalWhoisResponse(HistoricalWhoisResponse)
IanaRegistryInfoResponse(IanaRegistryInfoResponse)
LookingGlassResponse(LookingGlassResponse)
MaxmindGeoLiteResponse(MaxmindGeoLiteResponse)
MeternetBandwidthMeasurementsResponse(MeternetBandwidthMeasurementsResponse)
MlabActivityCountResponse(MlabActivityCountResponse)
MlabBandwidthResponse(MlabBandwidthResponse)
MlabClientsResponse(MlabClientsResponse)
NetworkInfoResponse(NetworkInfoResponse)
PrefixCountResponse(PrefixCountResponse)
PrefixOverviewResponse(PrefixOverviewResponse)
PrefixRoutingConsistencyResponse(PrefixRoutingConsistencyResponse)
PrefixSizeDistributionResponse(PrefixSizeDistributionResponse)
RelatedPrefixesResponse(RelatedPrefixesResponse)
ReverseDnsResponse(ReverseDnsResponse)
ReverseDnsConsistencyResponse(ReverseDnsConsistencyResponse)
ReverseDnsIpResponse(ReverseDnsIpResponse)
RirResponse(RirResponse)
RirGeoResponse(RirGeoResponse)
RirPrefixSizeDistributionResponse(RirPrefixSizeDistributionResponse)
RirStatsCountryResponse(RirStatsCountryResponse)
RisAsnsResponse(RisAsnsResponse)
RisFirstLastSeenResponse(RisFirstLastSeenResponse)
RisFullTableThresholdResponse(RisFullTableThresholdResponse)
RisPeerCountResponse(RisPeerCountResponse)
RisPeeringsResponse(RisPeeringsResponse)
RisPeersResponse(RisPeersResponse)
RisPrefixesResponse(RisPrefixesResponse)
RoutingHistoryResponse(RoutingHistoryResponse)
RoutingStatusResponse(RoutingStatusResponse)
RpkiHistoryResponse(RpkiHistoryResponse)
RpkiValidationStatusResponse(RpkiValidationStatusResponse)
SearchcompleteResponse(SearchcompleteResponse)
SpeedcheckerBandwidthMeasurementsResponse(SpeedcheckerBandwidthMeasurementsResponse)
VisibilityResponse(VisibilityResponse)
WhoisResponse(WhoisResponse)
WhoisObjectLastUpdatedResponse(WhoisObjectLastUpdatedResponse)
Trait Implementations§
Source§impl Clone for RipeStatResponseData
impl Clone for RipeStatResponseData
Source§fn clone(&self) -> RipeStatResponseData
fn clone(&self) -> RipeStatResponseData
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 RipeStatResponseData
impl Debug for RipeStatResponseData
Source§impl PartialEq for RipeStatResponseData
impl PartialEq for RipeStatResponseData
Source§fn eq(&self, other: &RipeStatResponseData) -> bool
fn eq(&self, other: &RipeStatResponseData) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for RipeStatResponseData
impl Serialize for RipeStatResponseData
impl StructuralPartialEq for RipeStatResponseData
Auto Trait Implementations§
impl Freeze for RipeStatResponseData
impl RefUnwindSafe for RipeStatResponseData
impl Send for RipeStatResponseData
impl Sync for RipeStatResponseData
impl Unpin for RipeStatResponseData
impl UnsafeUnpin for RipeStatResponseData
impl UnwindSafe for RipeStatResponseData
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