pub struct LocalFnStore<'a>(/* private fields */);
Expand description
Single thread only FnStore implementation.
This implementation is zero cost.
Implementations§
Trait Implementations§
Source§impl<'a> Debug for LocalFnStore<'a>
impl<'a> Debug for LocalFnStore<'a>
Source§impl<'a> Default for LocalFnStore<'a>
impl<'a> Default for LocalFnStore<'a>
Source§fn default() -> LocalFnStore<'a>
fn default() -> LocalFnStore<'a>
Returns the “default value” for a type. Read more
impl Send for LocalFnStore<'_>
Auto Trait Implementations§
impl<'a> !Freeze for LocalFnStore<'a>
impl<'a> !RefUnwindSafe for LocalFnStore<'a>
impl<'a> !Sync for LocalFnStore<'a>
impl<'a> Unpin for LocalFnStore<'a>
impl<'a> !UnwindSafe for LocalFnStore<'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