pub struct GetImagePolicyResponse {
pub policy: Option<String>,
pub request_id: Option<String>,
}
Fields§
§policy: Option<String>
The image policy object.
request_id: Option<String>
The request ID that uniquely identifies this request.
Trait Implementations§
Source§impl Clone for GetImagePolicyResponse
impl Clone for GetImagePolicyResponse
Source§fn clone(&self) -> GetImagePolicyResponse
fn clone(&self) -> GetImagePolicyResponse
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 GetImagePolicyResponse
impl Debug for GetImagePolicyResponse
Source§impl Default for GetImagePolicyResponse
impl Default for GetImagePolicyResponse
Source§fn default() -> GetImagePolicyResponse
fn default() -> GetImagePolicyResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for GetImagePolicyResponse
impl<'de> Deserialize<'de> for GetImagePolicyResponse
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 GetImagePolicyResponse
impl PartialEq for GetImagePolicyResponse
impl StructuralPartialEq for GetImagePolicyResponse
Auto Trait Implementations§
impl Freeze for GetImagePolicyResponse
impl RefUnwindSafe for GetImagePolicyResponse
impl Send for GetImagePolicyResponse
impl Sync for GetImagePolicyResponse
impl Unpin for GetImagePolicyResponse
impl UnwindSafe for GetImagePolicyResponse
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