Struct fn_store::AtomicFnStore
source · pub struct AtomicFnStore<'a>(_);Expand description
Thread safe FnStore implementation.
Uses parking_lot’s RwLock to accuire mutable access to Map.
Implementations§
Trait Implementations§
source§impl<'a> Debug for AtomicFnStore<'a>
impl<'a> Debug for AtomicFnStore<'a>
source§impl Default for AtomicFnStore<'_>
impl Default for AtomicFnStore<'_>
impl Send for AtomicFnStore<'_>
impl Sync for AtomicFnStore<'_>
Auto Trait Implementations§
impl<'a> !RefUnwindSafe for AtomicFnStore<'a>
impl<'a> Unpin for AtomicFnStore<'a>
impl<'a> !UnwindSafe for AtomicFnStore<'a>
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