pub struct SaslInit {
pub mechanism: Symbol,
pub initial_response: Option<Bytes>,
pub hostname: Option<ByteString>,
}
Fields§
§mechanism: Symbol
§initial_response: Option<Bytes>
§hostname: Option<ByteString>
Implementations§
Trait Implementations§
impl StructuralPartialEq for SaslInit
Auto Trait Implementations§
impl !Freeze for SaslInit
impl RefUnwindSafe for SaslInit
impl Send for SaslInit
impl Sync for SaslInit
impl Unpin for SaslInit
impl UnwindSafe for SaslInit
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