pub struct InlineCache { /* private fields */ }Expand description
A per-chunk inline cache.
Implementations§
Source§impl InlineCache
impl InlineCache
Trait Implementations§
Source§impl Debug for InlineCache
impl Debug for InlineCache
Source§impl Default for InlineCache
impl Default for InlineCache
Source§fn default() -> InlineCache
fn default() -> InlineCache
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for InlineCache
impl RefUnwindSafe for InlineCache
impl Send for InlineCache
impl Sync for InlineCache
impl Unpin for InlineCache
impl UnsafeUnpin for InlineCache
impl UnwindSafe for InlineCache
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