Struct follow_heating::io::live_data::CachedPrevious
source · pub struct CachedPrevious<T: Clone> {
data: Mutex<Option<T>>,
}
Fields§
§data: Mutex<Option<T>>
Implementations§
Auto Trait Implementations§
impl<T> RefUnwindSafe for CachedPrevious<T>
impl<T> Send for CachedPrevious<T>where
T: Send,
impl<T> Sync for CachedPrevious<T>where
T: Send,
impl<T> Unpin for CachedPrevious<T>where
T: Unpin,
impl<T> UnwindSafe for CachedPrevious<T>
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