Struct DatapointEntry
pub struct DatapointEntry {
pub async_subscribers: Vec<Arc<dyn GCDatapointSubscriber>>,
pub sync_subscribers: Vec<Arc<dyn GCDatapointSubscriber>>,
pub scale_transformation: Option<ScaleTransformation>,
}Fields§
§async_subscribers: Vec<Arc<dyn GCDatapointSubscriber>>§sync_subscribers: Vec<Arc<dyn GCDatapointSubscriber>>§scale_transformation: Option<ScaleTransformation>Trait Implementations§
§impl Clone for DatapointEntry
impl Clone for DatapointEntry
§fn clone(&self) -> DatapointEntry
fn clone(&self) -> DatapointEntry
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 more§impl Debug for DatapointEntry
impl Debug for DatapointEntry
§impl Default for DatapointEntry
impl Default for DatapointEntry
§fn default() -> DatapointEntry
fn default() -> DatapointEntry
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for DatapointEntry
impl !RefUnwindSafe for DatapointEntry
impl Send for DatapointEntry
impl Sync for DatapointEntry
impl Unpin for DatapointEntry
impl UnsafeUnpin for DatapointEntry
impl !UnwindSafe for DatapointEntry
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