#[non_exhaustive]pub struct GetImagePolicyOutput { /* private fields */ }
Implementations§
source§impl GetImagePolicyOutput
impl GetImagePolicyOutput
sourcepub fn builder() -> GetImagePolicyOutputBuilder
pub fn builder() -> GetImagePolicyOutputBuilder
Creates a new builder-style object to manufacture GetImagePolicyOutput
.
Trait Implementations§
source§impl Clone for GetImagePolicyOutput
impl Clone for GetImagePolicyOutput
source§fn clone(&self) -> GetImagePolicyOutput
fn clone(&self) -> GetImagePolicyOutput
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 Debug for GetImagePolicyOutput
impl Debug for GetImagePolicyOutput
source§impl PartialEq<GetImagePolicyOutput> for GetImagePolicyOutput
impl PartialEq<GetImagePolicyOutput> for GetImagePolicyOutput
source§fn eq(&self, other: &GetImagePolicyOutput) -> bool
fn eq(&self, other: &GetImagePolicyOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl RequestId for GetImagePolicyOutput
impl RequestId for GetImagePolicyOutput
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.impl StructuralPartialEq for GetImagePolicyOutput
Auto Trait Implementations§
impl RefUnwindSafe for GetImagePolicyOutput
impl Send for GetImagePolicyOutput
impl Sync for GetImagePolicyOutput
impl Unpin for GetImagePolicyOutput
impl UnwindSafe for GetImagePolicyOutput
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more