pub enum MonitoringGetDropletBandwidthMetricsResponseDataResultItemValuesItemItem {
Variant0(i64),
Variant1(String),
}Expand description
MonitoringGetDropletBandwidthMetricsResponseDataResultItemValuesItemItem
JSON schema
{
"oneOf": [
{
"type": "integer"
},
{
"type": "string"
}
]
}Variants§
Trait Implementations§
Source§impl Clone for MonitoringGetDropletBandwidthMetricsResponseDataResultItemValuesItemItem
impl Clone for MonitoringGetDropletBandwidthMetricsResponseDataResultItemValuesItemItem
Source§fn clone(
&self,
) -> MonitoringGetDropletBandwidthMetricsResponseDataResultItemValuesItemItem
fn clone( &self, ) -> MonitoringGetDropletBandwidthMetricsResponseDataResultItemValuesItemItem
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<'de> Deserialize<'de> for MonitoringGetDropletBandwidthMetricsResponseDataResultItemValuesItemItem
impl<'de> Deserialize<'de> for MonitoringGetDropletBandwidthMetricsResponseDataResultItemValuesItemItem
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 From<&MonitoringGetDropletBandwidthMetricsResponseDataResultItemValuesItemItem> for MonitoringGetDropletBandwidthMetricsResponseDataResultItemValuesItemItem
impl From<&MonitoringGetDropletBandwidthMetricsResponseDataResultItemValuesItemItem> for MonitoringGetDropletBandwidthMetricsResponseDataResultItemValuesItemItem
Source§fn from(
value: &MonitoringGetDropletBandwidthMetricsResponseDataResultItemValuesItemItem,
) -> Self
fn from( value: &MonitoringGetDropletBandwidthMetricsResponseDataResultItemValuesItemItem, ) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for MonitoringGetDropletBandwidthMetricsResponseDataResultItemValuesItemItem
impl RefUnwindSafe for MonitoringGetDropletBandwidthMetricsResponseDataResultItemValuesItemItem
impl Send for MonitoringGetDropletBandwidthMetricsResponseDataResultItemValuesItemItem
impl Sync for MonitoringGetDropletBandwidthMetricsResponseDataResultItemValuesItemItem
impl Unpin for MonitoringGetDropletBandwidthMetricsResponseDataResultItemValuesItemItem
impl UnsafeUnpin for MonitoringGetDropletBandwidthMetricsResponseDataResultItemValuesItemItem
impl UnwindSafe for MonitoringGetDropletBandwidthMetricsResponseDataResultItemValuesItemItem
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