#[non_exhaustive]pub struct TimestampStructure { /* private fields */ }
Expand description
A data type that contains a Timestamp
object. This is specified using the ISO 8601 format. For example, 2020-06-01T13:15:02.001Z represents 1 millisecond past June 1, 2020 1:15:02 PM UTC.
Implementations§
source§impl TimestampStructure
impl TimestampStructure
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture TimestampStructure
.
Trait Implementations§
source§impl Clone for TimestampStructure
impl Clone for TimestampStructure
source§fn clone(&self) -> TimestampStructure
fn clone(&self) -> TimestampStructure
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 TimestampStructure
impl Debug for TimestampStructure
source§impl PartialEq<TimestampStructure> for TimestampStructure
impl PartialEq<TimestampStructure> for TimestampStructure
source§fn eq(&self, other: &TimestampStructure) -> bool
fn eq(&self, other: &TimestampStructure) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.