pub struct SpeedcheckerBandwidthMeasurementsResponse {
pub measurements: Vec<Value>,
pub statistics: SpeedcheckerStatistics,
pub resource: String,
pub starttime: String,
pub endtime: String,
pub cache: Option<bool>,
pub earliest_time: String,
pub latest_time: String,
}Fields§
§measurements: Vec<Value>§statistics: SpeedcheckerStatistics§resource: String§starttime: String§endtime: String§cache: Option<bool>§earliest_time: String§latest_time: StringTrait Implementations§
Source§impl Clone for SpeedcheckerBandwidthMeasurementsResponse
impl Clone for SpeedcheckerBandwidthMeasurementsResponse
Source§fn clone(&self) -> SpeedcheckerBandwidthMeasurementsResponse
fn clone(&self) -> SpeedcheckerBandwidthMeasurementsResponse
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 Default for SpeedcheckerBandwidthMeasurementsResponse
impl Default for SpeedcheckerBandwidthMeasurementsResponse
Source§fn default() -> SpeedcheckerBandwidthMeasurementsResponse
fn default() -> SpeedcheckerBandwidthMeasurementsResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for SpeedcheckerBandwidthMeasurementsResponse
impl<'de> Deserialize<'de> for SpeedcheckerBandwidthMeasurementsResponse
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 SpeedcheckerBandwidthMeasurementsResponse
impl PartialEq for SpeedcheckerBandwidthMeasurementsResponse
Source§fn eq(&self, other: &SpeedcheckerBandwidthMeasurementsResponse) -> bool
fn eq(&self, other: &SpeedcheckerBandwidthMeasurementsResponse) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for SpeedcheckerBandwidthMeasurementsResponse
Auto Trait Implementations§
impl Freeze for SpeedcheckerBandwidthMeasurementsResponse
impl RefUnwindSafe for SpeedcheckerBandwidthMeasurementsResponse
impl Send for SpeedcheckerBandwidthMeasurementsResponse
impl Sync for SpeedcheckerBandwidthMeasurementsResponse
impl Unpin for SpeedcheckerBandwidthMeasurementsResponse
impl UnsafeUnpin for SpeedcheckerBandwidthMeasurementsResponse
impl UnwindSafe for SpeedcheckerBandwidthMeasurementsResponse
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