enum StorageDeadOrDrop<'tcx> {
LocalStorageDead,
BoxedStorageDead,
Destructor(Ty<'tcx>),
}
Expand description
Which case a StorageDeadOrDrop is for.
Variants
LocalStorageDead
BoxedStorageDead
Destructor(Ty<'tcx>)
Trait Implementations
sourceimpl<'tcx> Clone for StorageDeadOrDrop<'tcx>
impl<'tcx> Clone for StorageDeadOrDrop<'tcx>
sourcefn clone(&self) -> StorageDeadOrDrop<'tcx>
fn clone(&self) -> StorageDeadOrDrop<'tcx>
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl<'tcx> Debug for StorageDeadOrDrop<'tcx>
impl<'tcx> Debug for StorageDeadOrDrop<'tcx>
sourceimpl<'tcx> PartialEq<StorageDeadOrDrop<'tcx>> for StorageDeadOrDrop<'tcx>
impl<'tcx> PartialEq<StorageDeadOrDrop<'tcx>> for StorageDeadOrDrop<'tcx>
sourcefn 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
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
impl<'a, T> Captures<'a> for Twhere
T: ?Sized,
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