pub struct SqlAuthenticator;๐Deprecated since 0.2.0: Use SqlServerAuth instead
Expand description
SQL Server authenticator (legacy API).
This is kept for backward compatibility. Prefer using SqlServerAuth instead.
Implementationsยง
Trait Implementationsยง
Auto Trait Implementationsยง
impl Freeze for SqlAuthenticator
impl RefUnwindSafe for SqlAuthenticator
impl Send for SqlAuthenticator
impl Sync for SqlAuthenticator
impl Unpin for SqlAuthenticator
impl UnwindSafe for SqlAuthenticator
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