Struct aws_sdk_ecr::model::ResourceDetails
source · [−]#[non_exhaustive]pub struct ResourceDetails { /* private fields */ }
Expand description
Contains details about the resource involved in the finding.
Implementations
sourceimpl ResourceDetails
impl ResourceDetails
sourcepub fn aws_ecr_container_image(&self) -> Option<&AwsEcrContainerImageDetails>
pub fn aws_ecr_container_image(&self) -> Option<&AwsEcrContainerImageDetails>
An object that contains details about the Amazon ECR container image involved in the finding.
sourceimpl ResourceDetails
impl ResourceDetails
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ResourceDetails
.
Trait Implementations
sourceimpl Clone for ResourceDetails
impl Clone for ResourceDetails
sourcefn clone(&self) -> ResourceDetails
fn clone(&self) -> ResourceDetails
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 ResourceDetails
impl Debug for ResourceDetails
sourceimpl PartialEq<ResourceDetails> for ResourceDetails
impl PartialEq<ResourceDetails> for ResourceDetails
sourcefn eq(&self, other: &ResourceDetails) -> bool
fn eq(&self, other: &ResourceDetails) -> bool
impl StructuralPartialEq for ResourceDetails
Auto Trait Implementations
impl RefUnwindSafe for ResourceDetails
impl Send for ResourceDetails
impl Sync for ResourceDetails
impl Unpin for ResourceDetails
impl UnwindSafe for ResourceDetails
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