pub struct SASLListMechsResponse {
pub available_mechs: Vec<AuthMechanism>,
}Fields§
§available_mechs: Vec<AuthMechanism>Trait Implementations§
Source§impl Clone for SASLListMechsResponse
impl Clone for SASLListMechsResponse
Source§fn clone(&self) -> SASLListMechsResponse
fn clone(&self) -> SASLListMechsResponse
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 SASLListMechsResponse
impl Debug for SASLListMechsResponse
Source§impl Hash for SASLListMechsResponse
impl Hash for SASLListMechsResponse
Source§impl Ord for SASLListMechsResponse
impl Ord for SASLListMechsResponse
Source§fn cmp(&self, other: &SASLListMechsResponse) -> Ordering
fn cmp(&self, other: &SASLListMechsResponse) -> 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 SASLListMechsResponse
impl PartialEq for SASLListMechsResponse
Source§impl PartialOrd for SASLListMechsResponse
impl PartialOrd for SASLListMechsResponse
impl Eq for SASLListMechsResponse
impl StructuralPartialEq for SASLListMechsResponse
Auto Trait Implementations§
impl Freeze for SASLListMechsResponse
impl RefUnwindSafe for SASLListMechsResponse
impl Send for SASLListMechsResponse
impl Sync for SASLListMechsResponse
impl Unpin for SASLListMechsResponse
impl UnsafeUnpin for SASLListMechsResponse
impl UnwindSafe for SASLListMechsResponse
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