pub struct Finally { /* private fields */ }Expand description
Finally block.
Implementations§
Trait Implementations§
Source§impl Trace for Finally
impl Trace for Finally
Source§fn finalize_glue(&self)
fn finalize_glue(&self)
Runs Finalize::finalize() on this object and all
contained subobjects
impl StructuralPartialEq for Finally
Auto Trait Implementations§
impl Freeze for Finally
impl RefUnwindSafe for Finally
impl !Send for Finally
impl !Sync for Finally
impl Unpin for Finally
impl UnwindSafe for Finally
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