Struct aws_sdk_kafka::types::ClusterOperationStepInfo
source · #[non_exhaustive]pub struct ClusterOperationStepInfo { /* private fields */ }
Expand description
State information about the operation step.
Implementations§
source§impl ClusterOperationStepInfo
impl ClusterOperationStepInfo
sourcepub fn step_status(&self) -> Option<&str>
pub fn step_status(&self) -> Option<&str>
The steps current status.
source§impl ClusterOperationStepInfo
impl ClusterOperationStepInfo
sourcepub fn builder() -> ClusterOperationStepInfoBuilder
pub fn builder() -> ClusterOperationStepInfoBuilder
Creates a new builder-style object to manufacture ClusterOperationStepInfo
.
Trait Implementations§
source§impl Clone for ClusterOperationStepInfo
impl Clone for ClusterOperationStepInfo
source§fn clone(&self) -> ClusterOperationStepInfo
fn clone(&self) -> ClusterOperationStepInfo
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 ClusterOperationStepInfo
impl Debug for ClusterOperationStepInfo
source§impl PartialEq<ClusterOperationStepInfo> for ClusterOperationStepInfo
impl PartialEq<ClusterOperationStepInfo> for ClusterOperationStepInfo
source§fn eq(&self, other: &ClusterOperationStepInfo) -> bool
fn eq(&self, other: &ClusterOperationStepInfo) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for ClusterOperationStepInfo
Auto Trait Implementations§
impl RefUnwindSafe for ClusterOperationStepInfo
impl Send for ClusterOperationStepInfo
impl Sync for ClusterOperationStepInfo
impl Unpin for ClusterOperationStepInfo
impl UnwindSafe for ClusterOperationStepInfo
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more