Enum rustc_ty_utils::needs_drop::DtorType
source · enum DtorType {
Insignificant,
Significant,
}Variants§
Insignificant
Type has a Drop but it is considered insignificant.
Check the query adt_significant_drop_tys for understanding
“significant” / “insignificant”.
Significant
Type has a Drop implantation.
Auto Trait Implementations§
impl RefUnwindSafe for DtorType
impl Send for DtorType
impl Sync for DtorType
impl Unpin for DtorType
impl UnwindSafe for DtorType
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn 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: 1 byte
Size for each variant:
Insignificant: 0 bytesSignificant: 0 bytes