pub struct Destroyed;
Expand description
Confirmation of GC3 group destruction.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Destroyed
impl RefUnwindSafe for Destroyed
impl Send for Destroyed
impl Sync for Destroyed
impl Unpin for Destroyed
impl UnwindSafe for Destroyed
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