pub struct OutputQuantileMetrics {
pub bytes_written: Option<Quantiles>,
pub records_written: 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_written: Option<Quantiles>no description provided
records_written: Option<Quantiles>no description provided
Trait Implementations§
Source§impl Clone for OutputQuantileMetrics
impl Clone for OutputQuantileMetrics
Source§fn clone(&self) -> OutputQuantileMetrics
fn clone(&self) -> OutputQuantileMetrics
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 OutputQuantileMetrics
impl Debug for OutputQuantileMetrics
Source§impl Default for OutputQuantileMetrics
impl Default for OutputQuantileMetrics
Source§fn default() -> OutputQuantileMetrics
fn default() -> OutputQuantileMetrics
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for OutputQuantileMetrics
impl<'de> Deserialize<'de> for OutputQuantileMetrics
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 OutputQuantileMetrics
impl Serialize for OutputQuantileMetrics
impl Part for OutputQuantileMetrics
Auto Trait Implementations§
impl Freeze for OutputQuantileMetrics
impl RefUnwindSafe for OutputQuantileMetrics
impl Send for OutputQuantileMetrics
impl Sync for OutputQuantileMetrics
impl Unpin for OutputQuantileMetrics
impl UnwindSafe for OutputQuantileMetrics
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