pub struct GetImagePolicyRequest {
pub image_arn: String,
}
Fields§
§image_arn: String
The Amazon Resource Name (ARN) of the image whose policy you want to retrieve.
Trait Implementations§
Source§impl Clone for GetImagePolicyRequest
impl Clone for GetImagePolicyRequest
Source§fn clone(&self) -> GetImagePolicyRequest
fn clone(&self) -> GetImagePolicyRequest
Returns a duplicate 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 GetImagePolicyRequest
impl Debug for GetImagePolicyRequest
Source§impl Default for GetImagePolicyRequest
impl Default for GetImagePolicyRequest
Source§fn default() -> GetImagePolicyRequest
fn default() -> GetImagePolicyRequest
Returns the “default value” for a type. Read more
Source§impl PartialEq for GetImagePolicyRequest
impl PartialEq for GetImagePolicyRequest
Source§impl Serialize for GetImagePolicyRequest
impl Serialize for GetImagePolicyRequest
impl StructuralPartialEq for GetImagePolicyRequest
Auto Trait Implementations§
impl Freeze for GetImagePolicyRequest
impl RefUnwindSafe for GetImagePolicyRequest
impl Send for GetImagePolicyRequest
impl Sync for GetImagePolicyRequest
impl Unpin for GetImagePolicyRequest
impl UnwindSafe for GetImagePolicyRequest
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