Enum rustc_resolve::late::lifetimes::LifetimeUseSet [−][src]
pub enum LifetimeUseSet<'tcx> {
One(&'tcx Lifetime),
Many,
}
Variants
One(&'tcx Lifetime)
Tuple Fields of One
0: &'tcx Lifetime
Trait Implementations
Auto Trait Implementations
impl<'tcx> RefUnwindSafe for LifetimeUseSet<'tcx>
impl<'tcx> !Send for LifetimeUseSet<'tcx>
impl<'tcx> !Sync for LifetimeUseSet<'tcx>
impl<'tcx> Unpin for LifetimeUseSet<'tcx>
impl<'tcx> UnwindSafe for LifetimeUseSet<'tcx>
Blanket Implementations
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: 8 bytes
Size for each variant:
One
: 8 bytesMany
: 0 bytes