Struct aws_sdk_codedeploy::model::RevisionInfo [−][src]
#[non_exhaustive]pub struct RevisionInfo {
pub revision_location: Option<RevisionLocation>,
pub generic_revision_info: Option<GenericRevisionInfo>,
}
Expand description
Information about an application revision.
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. }
syntax; cannot be matched against without a wildcard ..
; and struct update syntax will not work.revision_location: Option<RevisionLocation>
Information about the location and type of an application revision.
generic_revision_info: Option<GenericRevisionInfo>
Information about an application revision, including usage details and associated deployment groups.
Implementations
Information about the location and type of an application revision.
Information about an application revision, including usage details and associated deployment groups.
Creates a new builder-style object to manufacture RevisionInfo
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for RevisionInfo
impl Send for RevisionInfo
impl Sync for RevisionInfo
impl Unpin for RevisionInfo
impl UnwindSafe for RevisionInfo
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