Enum rustc::ty::DtorKind
[−]
[src]
pub enum DtorKind { NoDtor, TraitDtor(bool), }
Unstable (
rustc_private
)Variants
NoDtor
Unstable (
rustc_private
)TraitDtor(bool)
Unstable (
rustc_private
)Methods
impl DtorKind
[src]
fn is_present(&self) -> bool
fn has_drop_flag(&self) -> bool
Trait Implementations
Derived Implementations
impl Clone for DtorKind
[src]
fn clone(&self) -> DtorKind
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0
Performs copy-assignment from source
. Read more