pub struct InMemoryCache {
pub updated: RefCell<bool>,
pub updated_field: RefCell<ResponseField>,
/* private fields */
}
Fields§
§updated: RefCell<bool>
§updated_field: RefCell<ResponseField>
Implementations§
Source§impl InMemoryCache
impl InMemoryCache
Trait Implementations§
Source§impl Cache<Resource> for &InMemoryCache
impl Cache<Resource> for &InMemoryCache
Source§impl Cache for InMemoryCache
impl Cache for InMemoryCache
Auto Trait Implementations§
impl !Freeze for InMemoryCache
impl !RefUnwindSafe for InMemoryCache
impl !Send for InMemoryCache
impl !Sync for InMemoryCache
impl Unpin for InMemoryCache
impl UnwindSafe for InMemoryCache
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