pub struct AuthInfo { /* private fields */ }
Implementations§
Source§impl AuthInfo
impl AuthInfo
pub fn into_auth_connector<D, U>( self, auth: &Authenticator<D, U>, ) -> AuthConnector<'_, D, U>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for AuthInfo
impl RefUnwindSafe for AuthInfo
impl Send for AuthInfo
impl Sync for AuthInfo
impl Unpin for AuthInfo
impl UnwindSafe for AuthInfo
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