Struct aws_sdk_ecr::input::DescribeRegistryInput  [−][src]
#[non_exhaustive]pub struct DescribeRegistryInput {}Implementations
pub async fn make_operation(
    &self, 
    _config: &Config
) -> Result<Operation<DescribeRegistry, AwsErrorRetryPolicy>, BuildError>
pub async fn make_operation(
    &self, 
    _config: &Config
) -> Result<Operation<DescribeRegistry, AwsErrorRetryPolicy>, BuildError>
Consumes the builder and constructs an Operation<DescribeRegistry>
Creates a new builder-style object to manufacture DescribeRegistryInput
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for DescribeRegistryInput
impl Send for DescribeRegistryInput
impl Sync for DescribeRegistryInput
impl Unpin for DescribeRegistryInput
impl UnwindSafe for DescribeRegistryInput
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more
