pub struct PutApplicationPolicyResponse {
pub statements: Option<Vec<ApplicationPolicyStatement>>,
}Fields§
§statements: Option<Vec<ApplicationPolicyStatement>>An array of policy statements applied to the application.
Trait Implementations§
Source§impl Clone for PutApplicationPolicyResponse
impl Clone for PutApplicationPolicyResponse
Source§fn clone(&self) -> PutApplicationPolicyResponse
fn clone(&self) -> PutApplicationPolicyResponse
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 PutApplicationPolicyResponse
impl Debug for PutApplicationPolicyResponse
Source§impl Default for PutApplicationPolicyResponse
impl Default for PutApplicationPolicyResponse
Source§fn default() -> PutApplicationPolicyResponse
fn default() -> PutApplicationPolicyResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for PutApplicationPolicyResponse
impl<'de> Deserialize<'de> for PutApplicationPolicyResponse
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 PutApplicationPolicyResponse
impl PartialEq for PutApplicationPolicyResponse
Source§fn eq(&self, other: &PutApplicationPolicyResponse) -> bool
fn eq(&self, other: &PutApplicationPolicyResponse) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for PutApplicationPolicyResponse
Auto Trait Implementations§
impl Freeze for PutApplicationPolicyResponse
impl RefUnwindSafe for PutApplicationPolicyResponse
impl Send for PutApplicationPolicyResponse
impl Sync for PutApplicationPolicyResponse
impl Unpin for PutApplicationPolicyResponse
impl UnwindSafe for PutApplicationPolicyResponse
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