pub struct SASLListMechsRequest {}Implementations§
Trait Implementations§
Source§impl Clone for SASLListMechsRequest
impl Clone for SASLListMechsRequest
Source§fn clone(&self) -> SASLListMechsRequest
fn clone(&self) -> SASLListMechsRequest
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 SASLListMechsRequest
impl Debug for SASLListMechsRequest
Source§impl Default for SASLListMechsRequest
impl Default for SASLListMechsRequest
Source§fn default() -> SASLListMechsRequest
fn default() -> SASLListMechsRequest
Returns the “default value” for a type. Read more
Source§impl Hash for SASLListMechsRequest
impl Hash for SASLListMechsRequest
Source§impl Ord for SASLListMechsRequest
impl Ord for SASLListMechsRequest
Source§fn cmp(&self, other: &SASLListMechsRequest) -> Ordering
fn cmp(&self, other: &SASLListMechsRequest) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for SASLListMechsRequest
impl PartialEq for SASLListMechsRequest
Source§impl PartialOrd for SASLListMechsRequest
impl PartialOrd for SASLListMechsRequest
impl Eq for SASLListMechsRequest
impl StructuralPartialEq for SASLListMechsRequest
Auto Trait Implementations§
impl Freeze for SASLListMechsRequest
impl RefUnwindSafe for SASLListMechsRequest
impl Send for SASLListMechsRequest
impl Sync for SASLListMechsRequest
impl Unpin for SASLListMechsRequest
impl UnsafeUnpin for SASLListMechsRequest
impl UnwindSafe for SASLListMechsRequest
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