pub struct InputQuantileMetrics {
pub bytes_read: Option<Quantiles>,
pub records_read: Option<Quantiles>,
}Expand description
There is no detailed description.
This type is not used in any activity, and only used as part of another schema.
Fields§
§bytes_read: Option<Quantiles>no description provided
records_read: Option<Quantiles>no description provided
Trait Implementations§
Source§impl Clone for InputQuantileMetrics
impl Clone for InputQuantileMetrics
Source§fn clone(&self) -> InputQuantileMetrics
fn clone(&self) -> InputQuantileMetrics
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 InputQuantileMetrics
impl Debug for InputQuantileMetrics
Source§impl Default for InputQuantileMetrics
impl Default for InputQuantileMetrics
Source§fn default() -> InputQuantileMetrics
fn default() -> InputQuantileMetrics
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for InputQuantileMetrics
impl<'de> Deserialize<'de> for InputQuantileMetrics
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 Serialize for InputQuantileMetrics
impl Serialize for InputQuantileMetrics
impl Part for InputQuantileMetrics
Auto Trait Implementations§
impl Freeze for InputQuantileMetrics
impl RefUnwindSafe for InputQuantileMetrics
impl Send for InputQuantileMetrics
impl Sync for InputQuantileMetrics
impl Unpin for InputQuantileMetrics
impl UnwindSafe for InputQuantileMetrics
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