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