pub struct GetKeyPolicyResponse {
pub policy: Option<String>,
pub policy_name: Option<String>,
}Expand description
KMS GetKeyPolicyResponse.
Fields§
§policy: Option<String>§policy_name: Option<String>Trait Implementations§
Source§impl Clone for GetKeyPolicyResponse
impl Clone for GetKeyPolicyResponse
Source§fn clone(&self) -> GetKeyPolicyResponse
fn clone(&self) -> GetKeyPolicyResponse
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 GetKeyPolicyResponse
impl Debug for GetKeyPolicyResponse
Source§impl Default for GetKeyPolicyResponse
impl Default for GetKeyPolicyResponse
Source§fn default() -> GetKeyPolicyResponse
fn default() -> GetKeyPolicyResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for GetKeyPolicyResponse
impl<'de> Deserialize<'de> for GetKeyPolicyResponse
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
Auto Trait Implementations§
impl Freeze for GetKeyPolicyResponse
impl RefUnwindSafe for GetKeyPolicyResponse
impl Send for GetKeyPolicyResponse
impl Sync for GetKeyPolicyResponse
impl Unpin for GetKeyPolicyResponse
impl UnsafeUnpin for GetKeyPolicyResponse
impl UnwindSafe for GetKeyPolicyResponse
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