pub struct PutImagePolicyResponse {
pub image_arn: Option<String>,
pub request_id: Option<String>,
}
Fields§
§image_arn: Option<String>
The Amazon Resource Name (ARN) of the image that this policy was applied to.
request_id: Option<String>
The request ID that uniquely identifies this request.
Trait Implementations§
Source§impl Clone for PutImagePolicyResponse
impl Clone for PutImagePolicyResponse
Source§fn clone(&self) -> PutImagePolicyResponse
fn clone(&self) -> PutImagePolicyResponse
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 PutImagePolicyResponse
impl Debug for PutImagePolicyResponse
Source§impl Default for PutImagePolicyResponse
impl Default for PutImagePolicyResponse
Source§fn default() -> PutImagePolicyResponse
fn default() -> PutImagePolicyResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for PutImagePolicyResponse
impl<'de> Deserialize<'de> for PutImagePolicyResponse
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for PutImagePolicyResponse
impl PartialEq for PutImagePolicyResponse
impl StructuralPartialEq for PutImagePolicyResponse
Auto Trait Implementations§
impl Freeze for PutImagePolicyResponse
impl RefUnwindSafe for PutImagePolicyResponse
impl Send for PutImagePolicyResponse
impl Sync for PutImagePolicyResponse
impl Unpin for PutImagePolicyResponse
impl UnwindSafe for PutImagePolicyResponse
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