#[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 more