Struct aws_sdk_detective::model::TimestampForCollection
source · #[non_exhaustive]pub struct TimestampForCollection { /* private fields */ }Expand description
Details on when data collection began for a source package.
Implementations§
source§impl TimestampForCollection
impl TimestampForCollection
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture TimestampForCollection.
Trait Implementations§
source§impl Clone for TimestampForCollection
impl Clone for TimestampForCollection
source§fn clone(&self) -> TimestampForCollection
fn clone(&self) -> TimestampForCollection
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 TimestampForCollection
impl Debug for TimestampForCollection
source§impl PartialEq<TimestampForCollection> for TimestampForCollection
impl PartialEq<TimestampForCollection> for TimestampForCollection
source§fn eq(&self, other: &TimestampForCollection) -> bool
fn eq(&self, other: &TimestampForCollection) -> bool
This method tests for
self and other values to be equal, and is used
by ==.