pub struct SaslChallenge {
pub challenge: Bytes,
}
Fields§
§challenge: Bytes
Implementations§
Trait Implementations§
Source§impl Clone for SaslChallenge
impl Clone for SaslChallenge
Source§fn clone(&self) -> SaslChallenge
fn clone(&self) -> SaslChallenge
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 SaslChallenge
impl Debug for SaslChallenge
Source§impl Encode for SaslChallenge
impl Encode for SaslChallenge
Source§impl From<SaslChallenge> for SaslFrame
impl From<SaslChallenge> for SaslFrame
Source§fn from(item: SaslChallenge) -> SaslFrame
fn from(item: SaslChallenge) -> SaslFrame
Converts to this type from the input type.
Source§impl PartialEq for SaslChallenge
impl PartialEq for SaslChallenge
impl StructuralPartialEq for SaslChallenge
Auto Trait Implementations§
impl !Freeze for SaslChallenge
impl RefUnwindSafe for SaslChallenge
impl Send for SaslChallenge
impl Sync for SaslChallenge
impl Unpin for SaslChallenge
impl UnwindSafe for SaslChallenge
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