pub struct StateCache { /* private fields */ }Expand description
Fixed-size parameter cache
Implementations§
Source§impl StateCache
impl StateCache
Trait Implementations§
Auto Trait Implementations§
impl Freeze for StateCache
impl RefUnwindSafe for StateCache
impl Send for StateCache
impl Sync for StateCache
impl Unpin for StateCache
impl UnsafeUnpin for StateCache
impl UnwindSafe for StateCache
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