pub struct StatsAggregatorHandle { /* private fields */ }
Expand description
Builder for the StatsAggregatorHandle
operation.
Implementations§
Source§impl StatsAggregatorHandle
impl StatsAggregatorHandle
Trait Implementations§
Source§impl Debug for StatsAggregatorHandle
impl Debug for StatsAggregatorHandle
Source§impl Default for StatsAggregatorHandle
impl Default for StatsAggregatorHandle
Source§fn default() -> StatsAggregatorHandle
fn default() -> StatsAggregatorHandle
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for StatsAggregatorHandle
impl RefUnwindSafe for StatsAggregatorHandle
impl Send for StatsAggregatorHandle
impl Sync for StatsAggregatorHandle
impl Unpin for StatsAggregatorHandle
impl UnwindSafe for StatsAggregatorHandle
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