#[non_exhaustive]pub struct DescribeImagePermissionsOutput { /* private fields */ }Implementations§
source§impl DescribeImagePermissionsOutput
impl DescribeImagePermissionsOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DescribeImagePermissionsOutput.
Trait Implementations§
source§impl Clone for DescribeImagePermissionsOutput
impl Clone for DescribeImagePermissionsOutput
source§fn clone(&self) -> DescribeImagePermissionsOutput
fn clone(&self) -> DescribeImagePermissionsOutput
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl PartialEq<DescribeImagePermissionsOutput> for DescribeImagePermissionsOutput
impl PartialEq<DescribeImagePermissionsOutput> for DescribeImagePermissionsOutput
source§fn eq(&self, other: &DescribeImagePermissionsOutput) -> bool
fn eq(&self, other: &DescribeImagePermissionsOutput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.