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