Struct rusoto_servicecatalog::DescribeConstraintOutput[][src]

pub struct DescribeConstraintOutput {
    pub constraint_detail: Option<ConstraintDetail>,
    pub constraint_parameters: Option<String>,
    pub status: Option<String>,
}

Fields

Information about the constraint.

The constraint parameters.

The status of the current request.

Trait Implementations

impl Default for DescribeConstraintOutput
[src]

Returns the "default value" for a type. Read more

impl Debug for DescribeConstraintOutput
[src]

Formats the value using the given formatter. Read more

impl Clone for DescribeConstraintOutput
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for DescribeConstraintOutput
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations