pub struct SASLAuthRequest { /* private fields */ }Implementations§
Source§impl SASLAuthRequest
impl SASLAuthRequest
pub fn new(auth_mechanism: AuthMechanism, payload: Vec<u8>) -> Self
Trait Implementations§
Source§impl Clone for SASLAuthRequest
impl Clone for SASLAuthRequest
Source§fn clone(&self) -> SASLAuthRequest
fn clone(&self) -> SASLAuthRequest
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 SASLAuthRequest
impl Debug for SASLAuthRequest
Source§impl Hash for SASLAuthRequest
impl Hash for SASLAuthRequest
Source§impl Ord for SASLAuthRequest
impl Ord for SASLAuthRequest
Source§fn cmp(&self, other: &SASLAuthRequest) -> Ordering
fn cmp(&self, other: &SASLAuthRequest) -> 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 SASLAuthRequest
impl PartialEq for SASLAuthRequest
Source§impl PartialOrd for SASLAuthRequest
impl PartialOrd for SASLAuthRequest
impl Eq for SASLAuthRequest
impl StructuralPartialEq for SASLAuthRequest
Auto Trait Implementations§
impl Freeze for SASLAuthRequest
impl RefUnwindSafe for SASLAuthRequest
impl Send for SASLAuthRequest
impl Sync for SASLAuthRequest
impl Unpin for SASLAuthRequest
impl UnsafeUnpin for SASLAuthRequest
impl UnwindSafe for SASLAuthRequest
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