pub struct LongTermAuthHandler { /* private fields */ }Implementations§
Trait Implementations§
Source§impl AuthHandler for LongTermAuthHandler
Available on non-crate feature async-auth only.
impl AuthHandler for LongTermAuthHandler
Available on non-crate feature
async-auth only.fn auth_handle( &self, username: &str, realm: &str, src_addr: SocketAddr, ) -> Result<Vec<u8>, Error>
Auto Trait Implementations§
impl Freeze for LongTermAuthHandler
impl RefUnwindSafe for LongTermAuthHandler
impl Send for LongTermAuthHandler
impl Sync for LongTermAuthHandler
impl Unpin for LongTermAuthHandler
impl UnsafeUnpin for LongTermAuthHandler
impl UnwindSafe for LongTermAuthHandler
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