Struct aws_sdk_appstream::operation::describe_image_permissions::DescribeImagePermissionsOutput
source · #[non_exhaustive]pub struct DescribeImagePermissionsOutput { /* private fields */ }
Implementations§
source§impl DescribeImagePermissionsOutput
impl DescribeImagePermissionsOutput
sourcepub fn builder() -> DescribeImagePermissionsOutputBuilder
pub fn builder() -> DescribeImagePermissionsOutputBuilder
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 ==
.source§impl RequestId for DescribeImagePermissionsOutput
impl RequestId for DescribeImagePermissionsOutput
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
Returns the request ID, or
None
if the service could not be reached.