Struct aws_sdk_ec2::model::HistoryRecordEntry
source · [−]#[non_exhaustive]pub struct HistoryRecordEntry { /* private fields */ }
Expand description
Describes an event in the history of an EC2 Fleet.
Implementations
sourceimpl HistoryRecordEntry
impl HistoryRecordEntry
sourcepub fn event_information(&self) -> Option<&EventInformation>
pub fn event_information(&self) -> Option<&EventInformation>
Information about the event.
sourcepub fn event_type(&self) -> Option<&FleetEventType>
pub fn event_type(&self) -> Option<&FleetEventType>
The event type.
sourceimpl HistoryRecordEntry
impl HistoryRecordEntry
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture HistoryRecordEntry
.
Trait Implementations
sourceimpl Clone for HistoryRecordEntry
impl Clone for HistoryRecordEntry
sourcefn clone(&self) -> HistoryRecordEntry
fn clone(&self) -> HistoryRecordEntry
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 HistoryRecordEntry
impl Debug for HistoryRecordEntry
sourceimpl PartialEq<HistoryRecordEntry> for HistoryRecordEntry
impl PartialEq<HistoryRecordEntry> for HistoryRecordEntry
sourcefn eq(&self, other: &HistoryRecordEntry) -> bool
fn eq(&self, other: &HistoryRecordEntry) -> bool
impl StructuralPartialEq for HistoryRecordEntry
Auto Trait Implementations
impl RefUnwindSafe for HistoryRecordEntry
impl Send for HistoryRecordEntry
impl Sync for HistoryRecordEntry
impl Unpin for HistoryRecordEntry
impl UnwindSafe for HistoryRecordEntry
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