pub struct SimpleAuthenticator;Implementations§
Trait Implementations§
Source§impl Authenticator for SimpleAuthenticator
impl Authenticator for SimpleAuthenticator
Source§impl Debug for SimpleAuthenticator
impl Debug for SimpleAuthenticator
Source§impl Default for SimpleAuthenticator
impl Default for SimpleAuthenticator
Source§fn default() -> SimpleAuthenticator
fn default() -> SimpleAuthenticator
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for SimpleAuthenticator
impl RefUnwindSafe for SimpleAuthenticator
impl Send for SimpleAuthenticator
impl Sync for SimpleAuthenticator
impl Unpin for SimpleAuthenticator
impl UnwindSafe for SimpleAuthenticator
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