Struct aws_sdk_codeguruprofiler::model::ProfileTime
source · [−]#[non_exhaustive]pub struct ProfileTime { /* private fields */ }
Expand description
Contains the start time of a profile.
Implementations
sourceimpl ProfileTime
impl ProfileTime
sourceimpl ProfileTime
impl ProfileTime
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ProfileTime
.
Trait Implementations
sourceimpl Clone for ProfileTime
impl Clone for ProfileTime
sourcefn clone(&self) -> ProfileTime
fn clone(&self) -> ProfileTime
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for ProfileTime
impl Debug for ProfileTime
sourceimpl PartialEq<ProfileTime> for ProfileTime
impl PartialEq<ProfileTime> for ProfileTime
sourcefn eq(&self, other: &ProfileTime) -> bool
fn eq(&self, other: &ProfileTime) -> bool
impl StructuralPartialEq for ProfileTime
Auto Trait Implementations
impl RefUnwindSafe for ProfileTime
impl Send for ProfileTime
impl Sync for ProfileTime
impl Unpin for ProfileTime
impl UnwindSafe for ProfileTime
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more