pub struct ExperimentalStatsAggregatorSummary { /* private fields */ }
Expand description
Builder for the ExperimentalStatsAggregatorSummary
operation.
Implementations§
Source§impl ExperimentalStatsAggregatorSummary
impl ExperimentalStatsAggregatorSummary
Sourcepub fn add_control_input(self, op: Operation) -> Self
pub fn add_control_input(self, op: Operation) -> Self
Adds a control input.
Trait Implementations§
Source§impl Default for ExperimentalStatsAggregatorSummary
impl Default for ExperimentalStatsAggregatorSummary
Source§fn default() -> ExperimentalStatsAggregatorSummary
fn default() -> ExperimentalStatsAggregatorSummary
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for ExperimentalStatsAggregatorSummary
impl RefUnwindSafe for ExperimentalStatsAggregatorSummary
impl Send for ExperimentalStatsAggregatorSummary
impl Sync for ExperimentalStatsAggregatorSummary
impl Unpin for ExperimentalStatsAggregatorSummary
impl UnwindSafe for ExperimentalStatsAggregatorSummary
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