pub struct DeleteAuthorizerRequest {
pub authorizer_name: String,
}Fields§
The name of the authorizer to delete.
Trait Implementations§
Source§impl Clone for DeleteAuthorizerRequest
impl Clone for DeleteAuthorizerRequest
Source§fn clone(&self) -> DeleteAuthorizerRequest
fn clone(&self) -> DeleteAuthorizerRequest
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 DeleteAuthorizerRequest
impl Debug for DeleteAuthorizerRequest
Source§impl Default for DeleteAuthorizerRequest
impl Default for DeleteAuthorizerRequest
Source§fn default() -> DeleteAuthorizerRequest
fn default() -> DeleteAuthorizerRequest
Returns the “default value” for a type. Read more
Source§impl PartialEq for DeleteAuthorizerRequest
impl PartialEq for DeleteAuthorizerRequest
Source§impl Serialize for DeleteAuthorizerRequest
impl Serialize for DeleteAuthorizerRequest
impl StructuralPartialEq for DeleteAuthorizerRequest
Auto Trait Implementations§
impl Freeze for DeleteAuthorizerRequest
impl RefUnwindSafe for DeleteAuthorizerRequest
impl Send for DeleteAuthorizerRequest
impl Sync for DeleteAuthorizerRequest
impl Unpin for DeleteAuthorizerRequest
impl UnwindSafe for DeleteAuthorizerRequest
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