pub struct CacheInstance<T: Default + ConfigParser<T> + CacheOperations, FS: UnifiedFs> { /* private fields */ }
Trait Implementations§
Source§impl<T: Clone + Default + ConfigParser<T> + CacheOperations, FS: Clone + UnifiedFs> Clone for CacheInstance<T, FS>
impl<T: Clone + Default + ConfigParser<T> + CacheOperations, FS: Clone + UnifiedFs> Clone for CacheInstance<T, FS>
Source§fn clone(&self) -> CacheInstance<T, FS>
fn clone(&self) -> CacheInstance<T, FS>
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl<T: Debug + Default + ConfigParser<T> + CacheOperations, FS: Debug + UnifiedFs> Debug for CacheInstance<T, FS>
impl<T: Debug + Default + ConfigParser<T> + CacheOperations, FS: Debug + UnifiedFs> Debug for CacheInstance<T, FS>
Auto Trait Implementations§
impl<T, FS> Freeze for CacheInstance<T, FS>
impl<T, FS> RefUnwindSafe for CacheInstance<T, FS>where
FS: RefUnwindSafe,
T: RefUnwindSafe,
impl<T, FS> Send for CacheInstance<T, FS>
impl<T, FS> Sync for CacheInstance<T, FS>
impl<T, FS> Unpin for CacheInstance<T, FS>where
FS: Unpin,
impl<T, FS> UnwindSafe for CacheInstance<T, FS>where
T: RefUnwindSafe,
FS: UnwindSafe,
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