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