pub enum AdtDestructorKind {
NotConst,
Const,
}Expand description
Indicates that a impl Drop for Adt is const or not.
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for AdtDestructorKind
impl RefUnwindSafe for AdtDestructorKind
impl Send for AdtDestructorKind
impl Sync for AdtDestructorKind
impl Unpin for AdtDestructorKind
impl UnwindSafe for AdtDestructorKind
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