pub struct ResourceCleanupManager { /* private fields */ }
Expand description
Resource cleanup manager
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ResourceCleanupManager
impl !RefUnwindSafe for ResourceCleanupManager
impl Send for ResourceCleanupManager
impl Sync for ResourceCleanupManager
impl Unpin for ResourceCleanupManager
impl !UnwindSafe for ResourceCleanupManager
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