Struct rustc_data_structures::snapshot_vec::Snapshot
source · Fields§
§value_count: usize
§snapshot: S
Auto Trait Implementations§
impl<S> RefUnwindSafe for Snapshot<S>where
S: RefUnwindSafe,
impl<S> Send for Snapshot<S>where
S: Send,
impl<S> Sync for Snapshot<S>where
S: Sync,
impl<S> Unpin for Snapshot<S>where
S: Unpin,
impl<S> UnwindSafe for Snapshot<S>where
S: UnwindSafe,
Blanket Implementations§
impl<'a, T> Captures<'a> for Twhere
T: ?Sized,
impl<T> Erased for T
Layout§
Note: Unable to compute type layout, possibly due to this type having generic parameters. Layout can only be computed for concrete, fully-instantiated types.