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