Struct aws_sdk_swf::model::MarkerRecordedEventAttributes
source · [−]#[non_exhaustive]pub struct MarkerRecordedEventAttributes { /* private fields */ }
Expand description
Provides the details of the MarkerRecorded
event.
Implementations
sourceimpl MarkerRecordedEventAttributes
impl MarkerRecordedEventAttributes
sourcepub fn marker_name(&self) -> Option<&str>
pub fn marker_name(&self) -> Option<&str>
The name of the marker.
sourcepub fn decision_task_completed_event_id(&self) -> i64
pub fn decision_task_completed_event_id(&self) -> i64
The ID of the DecisionTaskCompleted
event corresponding to the decision task that resulted in the RecordMarker
decision that requested this marker. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.
sourceimpl MarkerRecordedEventAttributes
impl MarkerRecordedEventAttributes
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture MarkerRecordedEventAttributes
.
Trait Implementations
sourceimpl Clone for MarkerRecordedEventAttributes
impl Clone for MarkerRecordedEventAttributes
sourcefn clone(&self) -> MarkerRecordedEventAttributes
fn clone(&self) -> MarkerRecordedEventAttributes
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 MarkerRecordedEventAttributes
impl Debug for MarkerRecordedEventAttributes
sourceimpl PartialEq<MarkerRecordedEventAttributes> for MarkerRecordedEventAttributes
impl PartialEq<MarkerRecordedEventAttributes> for MarkerRecordedEventAttributes
sourcefn eq(&self, other: &MarkerRecordedEventAttributes) -> bool
fn eq(&self, other: &MarkerRecordedEventAttributes) -> bool
impl StructuralPartialEq for MarkerRecordedEventAttributes
Auto Trait Implementations
impl RefUnwindSafe for MarkerRecordedEventAttributes
impl Send for MarkerRecordedEventAttributes
impl Sync for MarkerRecordedEventAttributes
impl Unpin for MarkerRecordedEventAttributes
impl UnwindSafe for MarkerRecordedEventAttributes
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