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