Struct rustc_const_eval::interpret::RefTracking
source · [−]Expand description
State for tracking recursive validation of references
Fields
seen: FxHashSet<T>
todo: Vec<(T, PATH)>
Implementations
Auto Trait Implementations
impl<T, PATH> RefUnwindSafe for RefTracking<T, PATH>where
PATH: RefUnwindSafe,
T: RefUnwindSafe,
impl<T, PATH> Send for RefTracking<T, PATH>where
PATH: Send,
T: Send,
impl<T, PATH> Sync for RefTracking<T, PATH>where
PATH: Sync,
T: Sync,
impl<T, PATH> Unpin for RefTracking<T, PATH>where
PATH: Unpin,
T: Unpin,
impl<T, PATH> UnwindSafe for RefTracking<T, PATH>where
PATH: UnwindSafe,
T: UnwindSafe,
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
Layout
Note: Most layout information is completely unstable and may even differ between compilations. The only exception is types with certain repr(...)
attributes. Please see the Rust Reference’s “Type Layout” chapter for details on type layout guarantees.
Size: 56 bytes