pub struct ExtendedCacheConfig { /* private fields */ }Expand description
扩展缓存配置
Trait Implementations§
Source§impl Clone for ExtendedCacheConfig
impl Clone for ExtendedCacheConfig
Source§fn clone(&self) -> ExtendedCacheConfig
fn clone(&self) -> ExtendedCacheConfig
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for ExtendedCacheConfig
impl Debug for ExtendedCacheConfig
Auto Trait Implementations§
impl Freeze for ExtendedCacheConfig
impl RefUnwindSafe for ExtendedCacheConfig
impl Send for ExtendedCacheConfig
impl Sync for ExtendedCacheConfig
impl Unpin for ExtendedCacheConfig
impl UnsafeUnpin for ExtendedCacheConfig
impl UnwindSafe for ExtendedCacheConfig
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