Struct cameleon_genapi::store::DefaultCacheStore
source · pub struct DefaultCacheStore { /* private fields */ }Implementations
Trait Implementations
sourceimpl CacheStore for DefaultCacheStore
impl CacheStore for DefaultCacheStore
sourceimpl CacheStoreBuilder for DefaultCacheStore
impl CacheStoreBuilder for DefaultCacheStore
type Store = DefaultCacheStore
sourcefn store_invalidator(&mut self, invalidator: NodeId, target: NodeId)
fn store_invalidator(&mut self, invalidator: NodeId, target: NodeId)
Store invalidator and its target to be invalidated.
sourceimpl Debug for DefaultCacheStore
impl Debug for DefaultCacheStore
sourceimpl Default for DefaultCacheStore
impl Default for DefaultCacheStore
sourcefn default() -> DefaultCacheStore
fn default() -> DefaultCacheStore
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for DefaultCacheStore
impl Send for DefaultCacheStore
impl Sync for DefaultCacheStore
impl Unpin for DefaultCacheStore
impl UnwindSafe for DefaultCacheStore
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more