pub struct CacheTrace {
pub cache_idx: usize,
pub use_cache_idx: Vec<Ident>,
}Fields§
§cache_idx: usize§use_cache_idx: Vec<Ident>Trait Implementations§
Source§impl Debug for CacheTrace
impl Debug for CacheTrace
Source§impl Ord for CacheTrace
impl Ord for CacheTrace
Source§fn cmp(&self, other: &CacheTrace) -> Ordering
fn cmp(&self, other: &CacheTrace) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for CacheTrace
impl PartialEq for CacheTrace
Source§impl PartialOrd for CacheTrace
impl PartialOrd for CacheTrace
impl Eq for CacheTrace
impl StructuralPartialEq for CacheTrace
Auto Trait Implementations§
impl Freeze for CacheTrace
impl RefUnwindSafe for CacheTrace
impl Send for CacheTrace
impl Sync for CacheTrace
impl Unpin for CacheTrace
impl UnwindSafe for CacheTrace
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