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