pub struct Finally { /* private fields */ }Expand description
Finally block.
Implementations§
Trait Implementations§
impl StructuralPartialEq for Finally
Auto Trait Implementations§
impl !Send for Finally
impl !Sync for Finally
impl Freeze for Finally
impl RefUnwindSafe for Finally
impl Unpin for Finally
impl UnsafeUnpin 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