pub struct AlphaEqCache { /* private fields */ }Expand description
Alpha-equality cache.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for AlphaEqCache
impl RefUnwindSafe for AlphaEqCache
impl Send for AlphaEqCache
impl Sync for AlphaEqCache
impl Unpin for AlphaEqCache
impl UnsafeUnpin for AlphaEqCache
impl UnwindSafe for AlphaEqCache
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