pub struct DataAggregator { /* private fields */ }Expand description
Data aggregation builder for dashboard components
Implementations§
Trait Implementations§
Source§impl Clone for DataAggregator
impl Clone for DataAggregator
Source§fn clone(&self) -> DataAggregator
fn clone(&self) -> DataAggregator
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for DataAggregator
impl RefUnwindSafe for DataAggregator
impl Send for DataAggregator
impl Sync for DataAggregator
impl Unpin for DataAggregator
impl UnsafeUnpin for DataAggregator
impl UnwindSafe for DataAggregator
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