pub struct CleanupStack<U> { /* private fields */ }Expand description
Cleanup callbacks for nested dynamic extents.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<U> !RefUnwindSafe for CleanupStack<U>
impl<U> !Send for CleanupStack<U>
impl<U> !Sync for CleanupStack<U>
impl<U> !UnwindSafe for CleanupStack<U>
impl<U> Freeze for CleanupStack<U>
impl<U> Unpin for CleanupStack<U>
impl<U> UnsafeUnpin for CleanupStack<U>
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