Struct section_testing::DropHandler[][src]

pub struct DropHandler {
    pub is_top_level: bool,
    pub was_success: bool,
}

Fields

Trait Implementations

impl Drop for DropHandler
[src]

Executes the destructor for this type. Read more

Auto Trait Implementations

impl Send for DropHandler

impl Sync for DropHandler