#[non_exhaustive]pub struct TimeBasedCollectionScheme { /* private fields */ }
Expand description
Information about a collection scheme that uses a time period to decide how often to collect data.
Implementations§
source§impl TimeBasedCollectionScheme
impl TimeBasedCollectionScheme
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture TimeBasedCollectionScheme
.
Trait Implementations§
source§impl Clone for TimeBasedCollectionScheme
impl Clone for TimeBasedCollectionScheme
source§fn clone(&self) -> TimeBasedCollectionScheme
fn clone(&self) -> TimeBasedCollectionScheme
Returns a copy 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 TimeBasedCollectionScheme
impl Debug for TimeBasedCollectionScheme
source§impl PartialEq<TimeBasedCollectionScheme> for TimeBasedCollectionScheme
impl PartialEq<TimeBasedCollectionScheme> for TimeBasedCollectionScheme
source§fn eq(&self, other: &TimeBasedCollectionScheme) -> bool
fn eq(&self, other: &TimeBasedCollectionScheme) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.