pub enum Sasl {}Expand description
The backend must provide the next SASL continuation or final message.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Sasl
impl RefUnwindSafe for Sasl
impl Send for Sasl
impl Sync for Sasl
impl Unpin for Sasl
impl UnsafeUnpin for Sasl
impl UnwindSafe for Sasl
Blanket Implementations§
Source§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
Source§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
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