pub enum Destructor {
TRANSIENT,
STATIC,
CUSTOM(xDestroy),
}Variants§
Auto Trait Implementations§
impl Freeze for Destructor
impl RefUnwindSafe for Destructor
impl Send for Destructor
impl Sync for Destructor
impl Unpin for Destructor
impl UnsafeUnpin for Destructor
impl UnwindSafe for Destructor
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