pub struct StatusCheckCache { /* private fields */ }Implementations§
Source§impl StatusCheckCache
impl StatusCheckCache
pub fn new() -> Self
pub fn invalidate_all(&self)
Trait Implementations§
Auto Trait Implementations§
impl !Freeze for StatusCheckCache
impl !RefUnwindSafe for StatusCheckCache
impl !Send for StatusCheckCache
impl !Sync for StatusCheckCache
impl !UnwindSafe for StatusCheckCache
impl Unpin for StatusCheckCache
impl UnsafeUnpin for StatusCheckCache
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