pub struct DropHandler {
pub is_top_level: bool,
pub was_success: bool,
}Fields§
§is_top_level: bool§was_success: boolTrait Implementations§
Auto Trait Implementations§
impl Freeze for DropHandler
impl RefUnwindSafe for DropHandler
impl Send for DropHandler
impl Sync for DropHandler
impl Unpin for DropHandler
impl UnwindSafe for DropHandler
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