pub struct DefaultCacheConfig(/* private fields */);Expand description
Default cache configuration.
Trait Implementations§
Source§impl CacheConfig for DefaultCacheConfig
impl CacheConfig for DefaultCacheConfig
Auto Trait Implementations§
impl Freeze for DefaultCacheConfig
impl RefUnwindSafe for DefaultCacheConfig
impl Send for DefaultCacheConfig
impl Sync for DefaultCacheConfig
impl Unpin for DefaultCacheConfig
impl UnwindSafe for DefaultCacheConfig
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