pub struct Store<'a, F> { /* private fields */ }Implementations§
Auto Trait Implementations§
impl<'a, F> Freeze for Store<'a, F>
impl<'a, F> RefUnwindSafe for Store<'a, F>where
&'a F: RefUnwindSafe,
impl<'a, F> Send for Store<'a, F>
impl<'a, F> Sync for Store<'a, F>
impl<'a, F> Unpin for Store<'a, F>
impl<'a, F> UnsafeUnpin for Store<'a, F>where
&'a F: UnsafeUnpin,
impl<'a, F> UnwindSafe for Store<'a, F>where
&'a F: 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