#[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 more