Struct aws_sdk_imagebuilder::output::GetImagePolicyOutput
source · [−]#[non_exhaustive]pub struct GetImagePolicyOutput { /* private fields */ }
Implementations
sourceimpl GetImagePolicyOutput
impl GetImagePolicyOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture GetImagePolicyOutput
.
Trait Implementations
sourceimpl Clone for GetImagePolicyOutput
impl Clone for GetImagePolicyOutput
sourcefn clone(&self) -> GetImagePolicyOutput
fn clone(&self) -> GetImagePolicyOutput
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 GetImagePolicyOutput
impl Debug for GetImagePolicyOutput
sourceimpl PartialEq<GetImagePolicyOutput> for GetImagePolicyOutput
impl PartialEq<GetImagePolicyOutput> for GetImagePolicyOutput
sourcefn eq(&self, other: &GetImagePolicyOutput) -> bool
fn eq(&self, other: &GetImagePolicyOutput) -> bool
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
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