enum StorageDeadOrDrop<'tcx> {
LocalStorageDead,
BoxedStorageDead,
Destructor(Ty<'tcx>),
}
Expand description
Which case a StorageDeadOrDrop is for.
Variants§
Trait Implementations§
source§impl<'tcx> Clone for StorageDeadOrDrop<'tcx>
impl<'tcx> Clone for StorageDeadOrDrop<'tcx>
source§fn clone(&self) -> StorageDeadOrDrop<'tcx>
fn clone(&self) -> StorageDeadOrDrop<'tcx>
Returns a copy 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<'tcx> Debug for StorageDeadOrDrop<'tcx>
impl<'tcx> Debug for StorageDeadOrDrop<'tcx>
source§impl<'tcx> PartialEq<StorageDeadOrDrop<'tcx>> for StorageDeadOrDrop<'tcx>
impl<'tcx> PartialEq<StorageDeadOrDrop<'tcx>> for StorageDeadOrDrop<'tcx>
source§fn eq(&self, other: &StorageDeadOrDrop<'tcx>) -> bool
fn eq(&self, other: &StorageDeadOrDrop<'tcx>) -> bool
impl<'tcx> Copy for StorageDeadOrDrop<'tcx>
impl<'tcx> Eq for StorageDeadOrDrop<'tcx>
impl<'tcx> StructuralEq for StorageDeadOrDrop<'tcx>
impl<'tcx> StructuralPartialEq for StorageDeadOrDrop<'tcx>
Auto Trait Implementations§
impl<'tcx> !RefUnwindSafe for StorageDeadOrDrop<'tcx>
impl<'tcx> !Send for StorageDeadOrDrop<'tcx>
impl<'tcx> !Sync for StorageDeadOrDrop<'tcx>
impl<'tcx> Unpin for StorageDeadOrDrop<'tcx>
impl<'tcx> !UnwindSafe for StorageDeadOrDrop<'tcx>
Blanket Implementations§
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: 16 bytes
Size for each variant:
LocalStorageDead
: 0 bytesBoxedStorageDead
: 0 bytesDestructor
: 8 bytes