pub struct QuotLiftCache { /* private fields */ }Expand description
A simple cache for Quot.lift reductions.
Implementations§
Source§impl QuotLiftCache
impl QuotLiftCache
Trait Implementations§
Source§impl Clone for QuotLiftCache
impl Clone for QuotLiftCache
Source§fn clone(&self) -> QuotLiftCache
fn clone(&self) -> QuotLiftCache
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for QuotLiftCache
impl Debug for QuotLiftCache
Source§impl Default for QuotLiftCache
impl Default for QuotLiftCache
Source§fn default() -> QuotLiftCache
fn default() -> QuotLiftCache
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for QuotLiftCache
impl RefUnwindSafe for QuotLiftCache
impl Send for QuotLiftCache
impl Sync for QuotLiftCache
impl Unpin for QuotLiftCache
impl UnsafeUnpin for QuotLiftCache
impl UnwindSafe for QuotLiftCache
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