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