Struct sasl::server::mechanisms::Scram
source · pub struct Scram<S, P>{ /* private fields */ }
Available on crate feature
scram
only.Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<S, P> Freeze for Scram<S, P>where
P: Freeze,
impl<S, P> RefUnwindSafe for Scram<S, P>where
P: RefUnwindSafe,
S: RefUnwindSafe,
impl<S, P> Send for Scram<S, P>
impl<S, P> Sync for Scram<S, P>
impl<S, P> Unpin for Scram<S, P>
impl<S, P> UnwindSafe for Scram<S, P>where
P: UnwindSafe,
S: UnwindSafe,
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