Struct aws_sdk_swf::input::DescribeWorkflowTypeInput
source · [−]#[non_exhaustive]pub struct DescribeWorkflowTypeInput { /* private fields */ }
Implementations
sourceimpl DescribeWorkflowTypeInput
impl DescribeWorkflowTypeInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DescribeWorkflowType, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DescribeWorkflowType, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<DescribeWorkflowType
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DescribeWorkflowTypeInput
.
sourceimpl DescribeWorkflowTypeInput
impl DescribeWorkflowTypeInput
sourcepub fn domain(&self) -> Option<&str>
pub fn domain(&self) -> Option<&str>
The name of the domain in which this workflow type is registered.
sourcepub fn workflow_type(&self) -> Option<&WorkflowType>
pub fn workflow_type(&self) -> Option<&WorkflowType>
The workflow type to describe.
Trait Implementations
sourceimpl Clone for DescribeWorkflowTypeInput
impl Clone for DescribeWorkflowTypeInput
sourcefn clone(&self) -> DescribeWorkflowTypeInput
fn clone(&self) -> DescribeWorkflowTypeInput
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 DescribeWorkflowTypeInput
impl Debug for DescribeWorkflowTypeInput
sourceimpl PartialEq<DescribeWorkflowTypeInput> for DescribeWorkflowTypeInput
impl PartialEq<DescribeWorkflowTypeInput> for DescribeWorkflowTypeInput
sourcefn eq(&self, other: &DescribeWorkflowTypeInput) -> bool
fn eq(&self, other: &DescribeWorkflowTypeInput) -> bool
impl StructuralPartialEq for DescribeWorkflowTypeInput
Auto Trait Implementations
impl RefUnwindSafe for DescribeWorkflowTypeInput
impl Send for DescribeWorkflowTypeInput
impl Sync for DescribeWorkflowTypeInput
impl Unpin for DescribeWorkflowTypeInput
impl UnwindSafe for DescribeWorkflowTypeInput
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