pub struct PredictionContextMergeCache { /* private fields */ }Expand description
Per-prediction memo for graph-structured stack merges.
Implementations§
Trait Implementations§
Source§impl Debug for PredictionContextMergeCache
impl Debug for PredictionContextMergeCache
Source§impl Default for PredictionContextMergeCache
impl Default for PredictionContextMergeCache
Source§fn default() -> PredictionContextMergeCache
fn default() -> PredictionContextMergeCache
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl !Send for PredictionContextMergeCache
impl !Sync for PredictionContextMergeCache
impl Freeze for PredictionContextMergeCache
impl RefUnwindSafe for PredictionContextMergeCache
impl Unpin for PredictionContextMergeCache
impl UnsafeUnpin for PredictionContextMergeCache
impl UnwindSafe for PredictionContextMergeCache
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