pub struct Cleanable { /* private fields */ }Available on crate feature
cleaners only.Expand description
A Cleanable represents a cleaning action registered in a Cleaner.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Cleanable
impl !RefUnwindSafe for Cleanable
impl !Send for Cleanable
impl !Sync for Cleanable
impl Unpin for Cleanable
impl !UnwindSafe for Cleanable
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