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