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