pub struct AlwaysErrRefresher {
pub call_count: AtomicU64,
}Expand description
Always-fail refresher — increments counter + returns canned error.
Fields§
§call_count: AtomicU64Implementations§
Trait Implementations§
Source§impl AuthRefresher for AlwaysErrRefresher
impl AuthRefresher for AlwaysErrRefresher
Source§impl Debug for AlwaysErrRefresher
impl Debug for AlwaysErrRefresher
Source§impl Default for AlwaysErrRefresher
impl Default for AlwaysErrRefresher
Source§fn default() -> AlwaysErrRefresher
fn default() -> AlwaysErrRefresher
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl !Freeze for AlwaysErrRefresher
impl RefUnwindSafe for AlwaysErrRefresher
impl Send for AlwaysErrRefresher
impl Sync for AlwaysErrRefresher
impl Unpin for AlwaysErrRefresher
impl UnsafeUnpin for AlwaysErrRefresher
impl UnwindSafe for AlwaysErrRefresher
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