pub struct SmartCacheWrapper(pub Mutex<SmartCache>);Expand description
SmartCache wrapper for Tauri state management
Tuple Fields§
§0: Mutex<SmartCache>Auto Trait Implementations§
impl !Freeze for SmartCacheWrapper
impl RefUnwindSafe for SmartCacheWrapper
impl Send for SmartCacheWrapper
impl Sync for SmartCacheWrapper
impl Unpin for SmartCacheWrapper
impl UnsafeUnpin for SmartCacheWrapper
impl UnwindSafe for SmartCacheWrapper
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