pub struct SaslInitialResponse {
pub method: String,
pub data: Bytes,
}
Fields§
§method: String
§data: Bytes
Trait Implementations§
source§impl Clone for SaslInitialResponse
impl Clone for SaslInitialResponse
source§fn clone(&self) -> SaslInitialResponse
fn clone(&self) -> SaslInitialResponse
Returns a copy 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 SaslInitialResponse
impl Debug for SaslInitialResponse
source§impl PartialEq<SaslInitialResponse> for SaslInitialResponse
impl PartialEq<SaslInitialResponse> for SaslInitialResponse
source§fn eq(&self, other: &SaslInitialResponse) -> bool
fn eq(&self, other: &SaslInitialResponse) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Eq for SaslInitialResponse
impl StructuralEq for SaslInitialResponse
impl StructuralPartialEq for SaslInitialResponse
Auto Trait Implementations§
impl RefUnwindSafe for SaslInitialResponse
impl Send for SaslInitialResponse
impl Sync for SaslInitialResponse
impl Unpin for SaslInitialResponse
impl UnwindSafe for SaslInitialResponse
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