pub struct AuthTracker { /* private fields */ }Expand description
认证操作跟踪器
专门用于追踪token获取、刷新、验证等认证相关操作
Implementations§
Auto Trait Implementations§
impl Freeze for AuthTracker
impl !RefUnwindSafe for AuthTracker
impl Send for AuthTracker
impl Sync for AuthTracker
impl Unpin for AuthTracker
impl !UnwindSafe for AuthTracker
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