pub struct DescribeStepOutput {
pub step: Option<Step>,
}
Expand description
This output contains the description of the cluster step.
Fields§
§step: Option<Step>
The step details for the requested step identifier.
Trait Implementations§
Source§impl Clone for DescribeStepOutput
impl Clone for DescribeStepOutput
Source§fn clone(&self) -> DescribeStepOutput
fn clone(&self) -> DescribeStepOutput
Returns a duplicate 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 DescribeStepOutput
impl Debug for DescribeStepOutput
Source§impl Default for DescribeStepOutput
impl Default for DescribeStepOutput
Source§fn default() -> DescribeStepOutput
fn default() -> DescribeStepOutput
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for DescribeStepOutput
impl<'de> Deserialize<'de> for DescribeStepOutput
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for DescribeStepOutput
impl PartialEq for DescribeStepOutput
impl StructuralPartialEq for DescribeStepOutput
Auto Trait Implementations§
impl Freeze for DescribeStepOutput
impl RefUnwindSafe for DescribeStepOutput
impl Send for DescribeStepOutput
impl Sync for DescribeStepOutput
impl Unpin for DescribeStepOutput
impl UnwindSafe for DescribeStepOutput
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