pub struct MemoryCacheStore { /* private fields */ }Expand description
Re-exported public API.
Public Caelix type MemoryCacheStore.
Implementations§
Source§impl MemoryCacheStore
impl MemoryCacheStore
Sourcepub fn with_options(options: MemoryCacheOptions) -> Self
pub fn with_options(options: MemoryCacheOptions) -> Self
Runs the with_options public API operation.
Trait Implementations§
Source§impl CacheStore for MemoryCacheStore
impl CacheStore for MemoryCacheStore
Source§impl Default for MemoryCacheStore
impl Default for MemoryCacheStore
Source§impl Injectable for MemoryCacheStore
impl Injectable for MemoryCacheStore
Source§fn dependencies() -> Vec<ProviderDependency>
fn dependencies() -> Vec<ProviderDependency>
Dependencies resolved while constructing this provider. Read more
Auto Trait Implementations§
impl !Freeze for MemoryCacheStore
impl RefUnwindSafe for MemoryCacheStore
impl Send for MemoryCacheStore
impl Sync for MemoryCacheStore
impl Unpin for MemoryCacheStore
impl UnsafeUnpin for MemoryCacheStore
impl UnwindSafe for MemoryCacheStore
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